body{
  font-family: verdana;
  font-size: 11px;
}

table{
  font-family: verdana;
  font-size: 11px;
}

input{
  font-family: verdana;
  font-size: 11px;
  border: 1 solid #000000;
}

textarea{
  font-family: verdana;
  font-size: 11px;
  border: 1 solid #000000;
}

select{
  font-family: verdana;
  font-size: 11px;
  border: 1 solid #000000;
  color: #CC0000;
}

a{
  color: #CC0000;
  text-decoration: none;
}

a:hover{
  color: #CC0000;
  text-decoration: underline;
}

.menu{
  font-weight: bold;
  margin-left: 15;
  color: #000000;
  text-decoration: none;
}

.menu:hover{
  font-weight: bold;
  margin-left: 15;
  color: #FF6600;
  text-decoration: underline;
}

.menu_preto{
  color: #000000;
  text-decoration: none;
}

.menu_preto:hover{
  color: #FF6600;
  text-decoration: underline;
}

.menu_branco{
  color: #FFFFFF;
  text-decoration: none;
}

.menu_branco:hover{
  color: #FFFFFF;
  text-decoration: underline;
}

.dados_form{
  text-align: right;
  margin-right: 5;
  font-weight: normal;
  font-size: 11px;
}

.texto_pequeno{
  font-size: 10px;
  font-weight: bold;
}
