@charset "utf-8";
.blackground {
	background-image: url(../img/blackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textoTopoBranco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.textoRodapeCinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	font-weight: bolder;
}
.textoRodapeBranco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.fdMenu {
	background-image: url(../img/menuSuperior.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fdCentro {
	background-image: url(../img/fundoCentro.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.textoMenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.textoMenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 4px;
}
.textoGeralPreto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.textoVerde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0F3301;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
