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

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

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

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

input{
  font-family: verdana;
  font-size: 11px;
  background: #dbd7b7;
  border: none;
}

textarea{
  font-family: verdana;
  font-size: 11px;
  background: #dbd7b7;
  border: none;
}

.dados_form{
  text-align: right;
  margin-right: 5px;
}

.titulo{
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}

