.texto_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666600;
	text-align: justify;
	left: 100px;
}
.texto_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #666600;
	text-decoration: underline;
	background-color: #FFFFCC;
	text-transform: uppercase;
}
.texto_grande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666600;
	background-color: #FFFFCC;
	font-weight: bold;
}
.texto_cursiva_subray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #666600;
	text-decoration: underline;
	background-color: #FFFFCC;
}
.texto_pequeno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666600;
	background-color: #FFFFCC;
}
.texto_pequeno_negrita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #FFFFCC;
}

