a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.TituloBloque {
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}

.TextoBloque {font-size: small; font-family: Arial, Helvetica, sans-serif;}

.TextoBloqueResaltado {	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

