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;
}

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

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

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

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

.link_vermelho{
  color: #990000;
  font-weight: bold;
  text-decoration: none;
}

.link_vermelho:hover{
  color: #990000;
  font-weight: bold;
  text-decoration: underline;
}

.dados_form{
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  text-align: right;
  margin-right: 10;
  margin-top: 6;
  margin-bottom: 6;
}

.botao{
  background: #b7d7d3;
  color: #000000;
  border: 1 solid #067a6b;
}
