*
{
  margin: 0;
}

body
{
  background-color: white;
  scrollbar-face-color: #3366CC;
  scrollbar-track-color: white;
  scrollbar-arrow-color: white;
  scrollbar-shadow-color: white;
  scrollbar-highlight-color: white;
}

input, select, textarea
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #3366CC;      
  background-color: white;
  border: 1px solid #3366CC;
}

table
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  color: black;
  margin-left: auto;
  margin-right: auto;
}

a
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #3366CC;
  text-decoration: none;
}

a:hover
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #3366CC;
  text-decoration: underline;
}

.tabela_titulo
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
  background-color: #3366CC;
}

.tabela_borda
{
  border: 1px solid #3366CC;
}

.destaque
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #3366CC;
}

.destaque_grande
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 15px;
  font-weight: bold;
  color: #3366CC;
}

.destaque2
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #FF4500;
}

.destaque22
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #FF6347;
}

.destaque23
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #2E8B57;
}

.normal
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: normal;
  color: black;
}

.botoes
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
  background-color: #3366CC;
  border: 1px solid white;
}

.botoes2
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: #3366CC;
  border: 4px solid white;
}

.pequeno
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  color: #8B658B;
  border: 4px solid white;
}

.foco
{
  background-color: #FFFF99;
}

.menu a
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.menu_vermelho a
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.menu a:hover
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

.menu_vermelho a:hover
{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}


.menu
{
  background-image: url(../Imagens/menu.png);
  background-repeat: repeat-y;
  background-position: center;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
  width: 181px;
  padding-left: 15px;
  padding-right: 15px;
}

.menu_vermelho
{
  background-image: url(../Imagens/menu_vermelho.png);
  background-repeat: repeat-y;
  background-position: center;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
  width: 181px;
  padding-left: 15px;
  padding-right: 15px;
}
.menu22
{
  background-image: url(../Imagens/menu.png);
  background-repeat: repeat-y;
  background-position: center;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: white;
  width: 181px;
  padding-left: 15px;
  padding-right: 15px;
}


.menu_superior
{
  background-image: url(../Imagens/menu_superior.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  width: 181px;
  height: 21px;
  
}

.menu_superior_vermelho
{
  background-image: url(../Imagens/menu_superior_vermelho.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  width: 181px;
  height: 21px;
  
}

.menu_inferior
{
  background-image: url(../Imagens/menu_inferior.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 181px;
  height: 15px;
}

.menu_inferior_vermelho
{
  background-image: url(../Imagens/menu_inferior_vermelho.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 181px;
  height: 15px;
}

.conteudo
{
  background-image: url(../Imagens/conteudo.png);
  background-repeat: repeat-y;
  background-position: center;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #3366CC;
  width: 183px;
}

.conteudo_superior
{
  background-image: url(../Imagens/conteudo_superior.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 13px;
  color: white;
  text-align: center;
  width: 183px;
  height: 25px;
}

.conteudo_inferior
{
  background-image: url(../Imagens/conteudo_inferior.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 181px;
  height: 16px;
}

.conteudo2_esquerda
{
  background-image: url(../Imagens/conteudo2_esquerda.png);
  background-repeat: repeat-y;
  background-position: left;
}

.conteudo2_direita
{
  background-image: url(../Imagens/conteudo2_direita.png);
  background-repeat: repeat-y;
  background-position: right;
}

.conteudo2_superior
{
  background-image: url(../Imagens/conteudo2_superior.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 14px;
}

.conteudo2_superior_esquerda
{
  background-image: url(../Imagens/conteudo2_superior_esquerda.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 14px;
}

.conteudo2_inferior
{
  background-image: url(../Imagens/conteudo2_inferior.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 20px;
}

.conteudo2_inferior_esquerda
{
  background-image: url(../Imagens/conteudo2_inferior_esquerda.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 20px;
}

 font-weight: bold;}


td.nav  					{color: #ffffff; background-color: #3184BD; font-weight: bold;}
table.nav					{border: #3184BD; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
table.enquete				{border: #3184BD; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}

tr.grey1				   	{color: #000000; background-color: #dddddd; font-weight: bold;}		
tr.grey2   					{color: #000000; background-color: #eeeeee; font-weight: bold;}		

tr.enquete					{background-color: #000099;}
td.enquete					{color: #0089cd; font-weight: bold;}

td.enquete_total				{color: #0000CD; font-weight: bold; font-size: 12px;}
tr.enquete_total				{background-color: #000099;}

tr.enquete2					{background-color: #E9967A;}
td.enquete2					{color: #FF0000; font-weight: bold;}
td.title					{color: #ffffff; background-color: #ff8300; font-size: 18px; font-weight: bold; font-style: italic;}