@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;
}
.centro {
	text-align:left;
	width: 970px;
	clear: both;
	margin: 0 auto;
	height: 210px;
}	
.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:#ff0000;
	font-size:medium;
	width: 970px;
	margin: 0 auto;
}

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

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

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

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