#box table.box {
   width:100%;
}
#box td.box_head {
   background-image: url(../img/box_topo.gif);
   background-repeat:no-repeat;
   padding-left: 40px;
   font-size:12px;
   font-weight:bold;
   height:25px;
   text-align:left;
}
#box td.box {
   background-image: url(../img/box_fundo.gif);
   background-repeat:repeat-y;
}
#box td.box_foot {
   background-image: url(../img/box_base.gif);
   background-repeat:no-repeat;
   height:3px;
}

#menu_topo table {color:white;font-size: 11px;}
#menu_topo A {color:white; font-size: 11px;font-weight: bold; text-decoration: none;}
#menu_topo A:hover { background-color: #000080;}

#menu_base span.titulo {color:#585858;font-weight:bold;width:800px;font-size: 10px;}
#menu_base table {color:#585858; font-size: 10px;}
#menu_base A {color:#585858; font-size: 10px;font-weight: lighter; text-decoration: none;}
#menu_base A:hover { background-color: #DDDDDD;}

#menu_lateral table {width:100%;font-size: 11px;}
#menu_lateral td.ico {
   background-image: url(../img/marca.gif);
   background-position:center;
   background-repeat:no-repeat;
   width:20px;
}
#menu_lateral A {color:black;font-size: 11px;font-weight: lighter; text-decoration: none;display:block;padding-top:2px;padding-bottom:2px;}
#menu_lateral A:hover { background-color: #E0E0E0}
