@charset "utf-8";
/* tooltip */


  .formata { /* esta classe é somente 
               para formatar a fonte */
	font-family: Tahoma;
	
  }
  a.dcontexto{
	position:relative;
	padding:0;
	color:#000000;
	text-decoration:none;
	border-bottom:2px dotted #039;
	cursor:help;
	z-index:24;
	font-family: arial;
	font-size: 8pt;
  }
  a.dcontexto:hover{
  background:transparent;
  z-index:25; 
  }
  a.dcontexto span{display: none}
  a.dcontexto:hover span{
	display:block;
	position:absolute;
	width:400px;
	top:3em;
	text-align:justify;
	left:0;
	font: 12px arial, verdana, helvetica, sans-serif;
	padding:10px 15px;
	color:#000;
	background-color: #FEFEFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #006699;
	border-right-color: #7F9DB9;
	border-bottom-color: #7F9DB9;
	border-left-color: #006699;
  }
  

