BODY
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
A
{
  text-decoration: none;
  color: #000000;
}
A:hover
{
  text-decoration: underline;
  color: #000000;
}
A:visited
{
  text-decoration: none;
  color: #000000;
}


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.Legenda
{
  font-family: Arial, Verdana, Helvetica;
  font-size: 10px;
  text-align: left;
  color: #000000;
}

.HelpPopup
{
  font-family: Arial, Verdana, Helvetica;
  font-size: 12px;
  text-align: left;
  color: #000083;
}
.HelpPopup2
{
  font-family: Arial, Verdana, Helvetica;
  font-size: 11px;
  text-align: center;
  color: #000083;
}