@charset "utf-8";
/* CSS Document */
*BODY{
margin:0px;
padding:0px;
font:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}

#geral{
width:100%;
height:100%;
margin:0px;
padding:0px;
}

#topo{
height:410px;
width:100%;
background-color:#CCCCCC;
padding:0 0 0 0;
}

#topo_cabecalho{
height:100px;
width:100%;
background-color:#FFFFFF;
padding:0 0 0 0;

}
#topo_laranja{
height:40px;
width:100%;
background-image:url(../img/menu_laranja.jpg);
padding:0 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:bold;
}
#topo_flash{
height:205px;
width:100%;
background-color:#00776A;
}
#topo_verde{
height:65px;
width:100%;
background-image:url(../img/menu_verde.jpg);
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
#conteudo{
width:100%;
height:375px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}
#conteudo.style2 {color: #004D44}