.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC6600;
	font-weight: bold;
}
.titulolink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC6600;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
.textopeque {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

a {
	font-family:"Times New Roman", Times, serif;
	color:#CC6600;
	text-decoration:underline;
	font-size:14px;
}

a:hover {
	color:#cccccc;
	text-decoration:underline;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
a:visited {
	color:#666666;
	text-decoration:none;
	font-size: 14px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:666666;
}

