html,body
{
  margin:0px;
  padding:0px;
  border:none;
  width:100%;
  height:100%;
}
p,td
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}
li,ul,a
{
}
.subtitulo 
{
  font-family: Arial, Helvetica, sans-serif;
  color: #800000;
  font-size: 13px;
  font-weight: bold;
}
#area_main
{
  margin:10px;
  position:relative;
  width:760px;
  border:1px solid black;
}
#area_topo
{
  width:760px;
  height:80px;
  border-bottom:1px solid black;
  background-color:#F5E9B2;
}
#area_logotipo
{
  float:left;
  width:663px;
  height:80px;
  border:none;
}
#area_bandeiras
{
  float:right;
  width:97px;
  height:80px;
  border:none;
}
#area_banner
{
  width:760px;
  height:140px; 
  border-bottom:1px solid black;
  background-color:#F5E9B2;
}
#area_menu
{
  width:760px;
  height:30px;
  border-bottom:1px solid black;
  background-color:#F5E9B2;
  z-index:100;
}
#area_conteudos
{
  width:760px;
  border-bottom:1px solid black;
  z-index:1;
}
#area_frame
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  line-height: 13pt;
  text-align:justify;
  width:750px;
  margin:5px;
  padding:0px;
  border:none;
  z-index:1;
}
#area_rodape
{
  width:760px;
  height:22px;
  background-color:#ffffff;
  border:none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#800000
}


