.TEXTO_01_preto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.TEXTO_01_preto_bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.TEXTO_01_cinza {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

.TEXTO_02_pretoMenor {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.TEXTO_02_preto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

.TEXTO_02_cinza {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}

.TEXTO_02_verde {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4a8c8c;
}


.TEXTO_03_preto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.TEXTO_03_pretoDestaque {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


a:link {
	color: #cc9933;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #cc9933;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #cc9933;
	text-decoration: none;
}

