body {
  margin: 0px;
  background-color: #ffffff;
  font-family: "Arial";
  font-size: 12px;
}
.menu {
  font-size: 16px;
  color: rgb( 15, 30, 71 );
  text-decoration: none;
}
.menu:hover {
  text-decoration: underline;
}
.tabelamenu {
  border:0;
  padding:2px;
  margin:5px 0 0 15px;
  width:90%;
}
.tabelamenu td {
  border-bottom:2px solid #eeeeee;
  height: 30px;
}
.link {
  text-decoration: none;
  color:black;
}
.link:hover {
  text-decoration: underline;
}
.rodape {
  font-family: "Verdana";
  color: rgb( 102, 102, 102 );
}
.mapa_titulo {
  font-size: 16px;
  color: rgb( 15, 30, 71 );
  font-weight:bold;
  line-height:3;
}
.mapa {
  color: rgb( 64, 64, 64 );
  float:left;
  margin: 10px;
}
#cabecalho {
  width:100%;
  height:169px;
  text-align:center;
}
#barra {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:960px;
  top:-160px;
}
#principal {
  margin-left:auto;
  margin-right:auto;
  width:982px;
  background-repeat:repeat-y;
  overflow:hidden;
}
#conteudo {
  width:660px;
  min-height:528px;
  float:left;
  background-color:#f7f6f2;
  text-align:center;
}
#formulario input {
  position:relative;
  left:320px;
}
input:first-of-type {
  top:-7px;
}
