@charset "utf-8";
/* CSS Document */

html,body { 
	height:100%; 
	width:100%; 
	overflow:auto; 
} 

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

#displaybox {
	background-image:url(../images/bgPngT.png);
	position:fixed;
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	color:#FFFFFF; 
	text-align:center;
	vertical-align:middle;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.style2 {
	font-size: x-small; 
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#tableWait
{
	background-image:url(../images/backgroundAguardeNossoSite.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#tableSWF
{
	background:#FFFFFF;
}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #000066;
}

#contentSite
{
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}


