/* *********************************************************************************** */
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	background: #CEDFAB;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}
/* *********************************************************************************** */
/* ****************************** bloqueia imprimir as paginas */
@media print { 
body { 
	display: none;
}}
/* ****************************** centra a homepage */
#center {
	width: 1024px;
	height: 768px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top:-384px;
}
#center2 {
	width: 1024px;
	position: absolute;
	left: 50%;
	margin-left: -512px;
}
#caixaAzul {
	padding: 15px;
	margin: 20px 0 20px 0;
	background-color: #385D8A;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
#caixaVermelho {
	width: 200px;
	padding: 15px;
	margin: 20px 0 20px 0;
	background-color: #CCCCCC;
	border-style: solid;
	border-color: #FF0000;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#caixaVerde {
	padding: 15px;
	margin: 20px 0 20px 0;
	background-color: #71893F;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
/* *********************************************************************************** */
/* ****************************** imagens */
img {
	border: none;
}
.floatEsq {
	float: left;
	padding: 20px 20px 20px 0;
	margin: 0;
	font-size: 9px;
	color: #71893F;
}
.floatDir {
	float: right;
	padding: 20px 0 20px 20px;
	margin: 0;
	font-size: 9px;
	color: #71893F;
}
a:focus {
	outline: none;
} 
/* *********************************************************************************** */
/* ****************************** fontes */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
p {
	margin-bottom: 20px;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
h5 {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
}
.topo {
	margin-bottom: 60px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #71893F;
}
.submenuCentAzul {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #385D8A;
}
.submenuCentTit {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #71893F;
}
.titulo {
	font-weight: bold;
	font-size: 15px;
	color: #385D8A;
	text-transform: uppercase;
}
.txtAzul {
	color: #385D8A;
}
.txtVerde {
	color: #71893F;
}
.bold {
	font-weight: bold;
}
.boldAzul {
	font-weight: bold;
	color: #385D8A;
}
.boldVerde {
	font-weight: bold;
	color: #71893F;
}
.boldLaranja {
	font-weight: bold;
	color: #B0592E;
}
.linkPreto {
	text-decoration: underline;
	color: #000;
}
.linkAzul {
	text-decoration: underline;
	color: #385D8A;
}
.linkVerde {
	text-decoration: underline;
	color: #71893F;
}
.rodape {
	font-weight: bold;
	font-size: 12px;
	color: #385D8A;
}
.rodape a:hover {
	color: #72A2DC;
}