@charset "utf-8";
.folha {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	background-color:#FFF;
}
#h1 {
	display:none;
	position:absolute;
	top:0;
}	
.centro {
	text-align:left;
	width: 970px;
	clear: both;
	margin: 0 auto;
	height: 80px;
}	
.texto {
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:medium;
	width: 970px;
	margin: 0 auto;
}	
.texto2 {
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:medium;
	width: 970px;
	margin: 0 auto;
}

a:link {
	color:#004be4;
	text-decoration:none;
}

a:visited {
	text-decoration: none;
	color: #004be4;
}

a:hover {
	text-decoration: none;
	color: #162C5E;
}

a:active {
	text-decoration: none;
	color: #666666;
}