body
{
}
.texto
{
	font-family : Verdana, Arial, Lucida Console;
	font-size : 8pt;
	text-justify : auto;
	color:White
	
}
.titulo
{
	font-family : Verdana, Arial, Lucida Console;
	font-size :8pt;
	text-justify : auto;
	color:White
}
th, td
{
	font-family : Verdana, Arial, Lucida Console;
	font-size :8pt;
	text-justify : auto;
	color:White
}
a.linkport  {font-size : 10px;	font-family : Verdana, Arial, Helvetica, sans-serif;	text-decoration: none; font-weight : bold;	color : #FFFFFF;}
a:hover.linkport  {	font-size : 10px;	font-family : Verdana, Arial, Helvetica, sans-serif; font-weight : bold; text-decoration: underline;	color : #FFFFFF;}



a#help {
	left: 130px;
	width: 16px;
	height: 60px;
	margin-left: 10px;
}

td.normal { font-size: 11px !important; }
th.normal { border-bottom: 1px solid #7A7A7A; }
th.normal, td.normal { border-bottom: 1px solid #7A7A7A; }



/*TOOLTIP*/

.tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid #80CC26;
	background-color: #666666;
	padding: 5px;
	width: 250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	font: 11px Verdana, Geneva, sans-serif;
	color:#FFF;
}

.tooltip1 {
	position: absolute;
	z-index: 3000;
	border: 3px solid #80CC26;
	background-color: #666666;
	padding: 5px;
	width:450px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	font: 11px Verdana, Geneva, sans-serif;
	color:#FFF;
}

#tooltip table { text-align: left;}

a img.help { cursor:help; }

