body {
  margin-left: 0px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  background-color: #f1f1f1;

}

table {
  font-family: Verdana;
  font-size: 11px;
  background-color: #ffffff;

}

/* Textos */
.texto {
  color: #000000;
  font-family: Verdana;
  font-size: 11px;

}

.titulo {
  font-family: Verdana;
  font-size: 18px;

}

.menu {
  color: #555555;
  font-family: Verdana;
  font-size: 14px;

}

.subtitulo {
  color: #999999;
  font-family: Verdana;
  font-size: 16px;
  text-decoration: underline;
}


/* Formulários */
input, textarea, select, .iframe {
  font-family: Verdana;
  font-size: 10px;
  border: 1px solid #666666;
}

input.image, input.checkbox, input.radio {
  border: none;
  background-color: transparent;
}

.erro_borda {
  border: 1px solid red;
}

/* Links */
a:link, a:active, a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

