/* CSS Document */
<!--
.lateral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;	
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {

	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
body {
	background-color: #CCCCCC;
	margin-top: 0px;
}
.Estilo3 {font-size: x-small;font-weight: bold;}
.Estilo8, input, select, textarea {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
td {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.Estilo10 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
-->