.texto {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.titulo {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}
.links {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #CC3333;
	text-decoration: none;
}
.links:hover {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	color: #FF3300;
	text-decoration: underline;
}
