@charset "utf-8";
/* CSS Document */

.textos {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
}
.textos_negrito {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.tesxtos_g {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.texto_vermelho A:link{
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
