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

.body
{
margin:0px;
background-color:#032C67;
background-image:url(imgs/fundo.jpg);
background-repeat:repeat-y;
}


.font1
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}


.font2
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}


.font3
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#035294;
}






.input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.input2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #D8D8D8;
}



.aMenu
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#035294;
text-decoration:underline;

}


.aMenu:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#035294;
text-decoration:none;
}


.aMenu2
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0066C5;
text-decoration:underline;

}


.aMenu2:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0066C5;
text-decoration:none;
}


