.TEXTO_01_preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.TEXTO_02_pretoMenor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.TEXTO_02_preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.TEXTO_02_cinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.TEXTO_02_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #339999;
}


.TEXTO_03_preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

a:link {
	color: #EA8C00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #EA8C00;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #EA8C00;
	text-decoration: none;
}
