/* CSS Document */
.border_bottom{
border-bottom: 1px solid #000000;
}
.menu{  
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 background-color: none;
 text-align: left;
 height: 100%;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 padding-top: 5px;
 padding-right: 0px;
 padding-bottom: 2px;
 padding-left: 4px;
 border: solid 0px #000000; 
 border-left: 0px solid #000000;
 border-right: 0px solid #000000;
 width: 100%; 
 clip:  rect(   )
 }
 .menu:hover {  
 color: #ffffff;
 background-color: #33ccff;
 }
 
 .texto-pequeno{
 color: #444444;
 font-family: verdana,tahoma;
 font-size: 12px;
 text-decoration: none;

 }
 
 .texto{
 color: #000000;
 font-family: tahoma;
 font-size: 12px;
 text-decoration: none;
 line-height: 20px;

 }
 .texto-top{
 color: #000000;
 font-family: tahoma;
 font-size: 11px;
 line-height: 20px;
 }
 .texto-log{
 font-family: tahoma;
 font-size: 11px;

 }
  .fields{
  border: 1px solid #D5D5FF;
  font-size: 11px;
  font-family: tahoma;
  color: #777777;
  font-weight: bold;
  }
