/* CSS Document */



.texto_simples {
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	color: #414c55;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 18px;
}

.texto_simples:link {
	color: #808A97;
	text-decoration: none;
}
.texto_simples:hover {
	color: #B0BDCC;
	text-decoration: none;
}







.texto_rodape {
	font-family: Verdana;
	font-size: 9px;
	color: #808A97;
	text-decoration: none;
	letter-spacing: 0px;
}

.texto_rodape:link {
	color: #808A97;
	text-decoration: none;
}
.texto_rodape:hover {
	color: #B0BDCC;
	text-decoration: none;
}