.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4a4a4a;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #556514;
	font-weight: bold;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 80981E;
}

a:active {
	text-decoration: none;
	color: #65981F;
}
a:hover {  text-decoration: none; color: #57B403}
a:link {
	text-decoration: none;
	color: #1F2E0A;
}
a:visited {
	text-decoration: none;
	color: #000000;
}