.principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover.principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.secundario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #6F9BB0;
	text-decoration: none;
	line-height: 13pt;
}
a:hover.secundario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #6F9BB0;
	text-decoration: underline;
	line-height: 13pt;
}
