/* CSS Document */

a.v1:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
a.v1:visited {
	text-decoration: none;
	color: #000000;
}
a.v1:hover {
	text-decoration: underline;
	color: #990000;
}
a.v1:active {
	text-decoration: none;
	color: #990000;
}

a.v2:link {
	color: #000000;
	text-decoration: none;
}
a.v2:visited {
	text-decoration: none;
	color: #000000;
}
a.v2:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a.v2:active {
	text-decoration: none;
	color: #FFCC00;
}

a.notas2:link {
	text-decoration: none;
	color: #333333;
}
a.notas2:visited {
	text-decoration: none;
	color: #333333;
}
a.notas2:hover {
	text-decoration: underline;
	color: #000000;
	background-color:#999999;
}
a.notas2:active {
	text-decoration: none;
	color: #000000;
}
a.notas2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}