#box table.box {
   width:100%;
}
#box td.box_head {
   background-image: url(../img/box_topo.gif);
   background-repeat:no-repeat;
   padding-left: 32px;
   padding-top:1px;
   font-size:14px;
   font-weight:bold;
   height:20px;
   color:white;
}
#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:#000080;width:600px;font-size: 12px;}
#menu_topo A {color:#000080; font-size: 12px;font-weight: bold; text-decoration: none;}
#menu_topo A:hover { background-color: #D0D0D0;}

#menu_topos table {color:#000080;width:600px;font-size: 12px;}
#menu_topos A {color:#00FF00; font-size: 12px;font-weight: bold; text-decoration: none;}
#menu_topos A:hover { background-color: #D0D0D0;}

#menu_base table {color:black;width:800px;font-size: 11px;}
#menu_base A {color:black; font-size: 11px;font-weight: lighter; text-decoration: none;}
#menu_base A:hover { background-color: #000080;}

#menu_lateral table {width:95%;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: #F0F0F0}