/* 

Azul escuro = #375b7f 
Roxo = #732622
Verde = #558866
Cinza = #bfbfbf
*/


A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: underline; color: #000000;}
A:hover {text-decoration: underline; color: #000000;}

body {
    margin: 0 0 0 0;
    font-family: Verdana;
    font-size: 9pt;
    color: #000000;
    background-image: url(../_imagens/bgtopo.gif);
    background-position: top;
    background-repeat: repeat-x;
}

table {
  font-family: Verdana;
  font-size: 9pt;
  color: #000000;
}

.table_top {
  color: #bfbfbf;
  font-size: 16pt;
  font-weight: bold;
  font-family: Times;
  text-align: center;
}

.barra_cinza {
  color: #732622;
  font-size: 10pt;
  font-weight: bold;
  background-image: url(../_imagens/barra.gif);
  background-repeat: repeat-x;
  background-position: top;
  text-align: center;
  height: 26px;
}
            
.menu_purple {
  background-color: #732622;
  background-image: url(../_imagens/bgmenu.gif);
  background-position: top;
  background-repeat: repeat-x;
  width:100%;
  color: #bfbfbf;
  height: 26px;
}

.menu_purple A:link {text-decoration: none; color: #bfbfbf; font-weight: bold;}
.menu_purple A:visited {text-decoration: none; color: #bfbfbf; font-weight: bold;}
.menu_purple A:active {text-decoration: underline; color: #bfbfbf; font-weight: bold;}
.menu_purple A:hover {text-decoration: underline; color: #bfbfbf; font-weight: bold;}

.table_central {
  width: 70%;
}
                        
.table_conteudo {
  background-color: #FFFFFF;
  /*
  background-image: url(../_imagens/bgconteudo.gif);
  background-position: right;
  background-repeat: repeat-y;
  */
}

.table_menu {
  width:100%;
}

.table_menu li {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 12px;
  padding-bottom: 0px;
  margin-left: -10px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  list-style: disc outside;
  color: #732622;
}

.table_menu A:link {text-decoration: none; color: #732622; font-weight: bold;}
.table_menu A:visited {text-decoration: none; color: #732622; font-weight: bold;}
.table_menu A:active {text-decoration: underline; color: #732622; font-weight: bold;}
.table_menu A:hover {text-decoration: underline; color: #732622; font-weight: bold;}
