.textoBase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.textoBaseBold {
	font-family: Courier;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#999999;
}
