/* CSS Document */
body{
color: #333;
font-size: 13px;
font-family: arial;
}

.footer{
color: #265792;
font-size: 11px;
font-family: arial;
font-weight: bold;
padding-top: 10px; 
}

.titulo_pag{
color: #265792;
font-size: 12px;
font-family: arial;
font-weight: bold;
padding-top: 10px; 
}
a{
color: #265792;
text-decoration: none;
}
a:hover{
color: #265792;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
border: 1px solid #265792;
}
#wrapper{
width: 600px;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 5px;
background: #b0b0b0;
}

.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0px 0px 0px;
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #265792;
padding: 2px;
color: #265792;
font-weight: bold;
font-size: 11px;
text-align: center;

visibility: hidden;
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);
}



