@charset "utf-8";
/* CSS Document */

.texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF;
}
.titulos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00FF00;
}

.rodape_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #127887;
}

.textos_contato {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;

a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color:#000066;
	font-style:italic;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color:#000066;
	font-style:italic;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color:#000066;
	font-style:italic;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color:#000066;

}
