@charset "utf-8";
/* CSS Document */
.body
{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#B1CFEE;
	background-image: url(../../imagens/bg_principal.jpg);
	background-repeat: repeat-x;
}


/*font*/

.font
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #023882;
}

.font2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.font3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #052D79;
	font-weight:bold;
}



/*a*/

.aMenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #023882;
	text-decoration: underline;
}

.aMenu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #023882;
	text-decoration: none;
}

/*imput*/

.input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #052D79;
}


.input2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}