body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

  a.dcontexto{
  position:relative; 
  text-decoration:none;
  z-index:24;
  width:400px;
  color:#F67F15; 
  text-decoration:none; 
  
  }
  a.dcontexto:hover{
  background:transparent;
  z-index:25; 
  text-decoration:underline; 
  }
  a.dcontexto span{display: none}
  a.dcontexto:hover span{ 
  display:block;
  position:absolute;
  width:290px;
  top:0px;
  text-align:justify;
  left:190px;
  text-decoration:none; 
  /*background-image:url(../imagens/box_tooltip.gif);
  background-repeat:no-repeat;*/
  }
  
  #box_toolTip_topo{
  background-image:url(../imagens/box_tooltip_topo.gif); 
  width:290px; 
  height:20px;
  }
  
  #box_toolTip_centro{
  background-color:#C8C7B2; 
  width:250px; 
  padding-left:20px;
  padding-right:20px;
  }
  
  #box_toolTip_rodape{
	background-image:url(../imagens/box_tooltip_rodape.gif);
	width:290px;
	height:20px;
	display:block;
  }