a, a:visited {
  color: #000000;
  text-decoration: Underline;
}

a:hover {
  color: #E67817;
  text-decoration: None;
  border-bottom: None;
}

a.menu, a:visited.menu {
  color: #FFFFFF;
  text-decoration: None;
  font-weight: bold;
}

a:hover.menu {
  color: #FFFFFF;
  text-decoration: Underline;
  font-weight: bold;
}

body, table {
  font-family: verdana, arial;
  color: #000000;
  font-size: 12px;
}

.rodape
{
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
}

.titulo {
  font-weight: bold;
}

.destaque {
  font-weight: bold;
}

.branco {
  color: #FFFFFF;
}

#mn {
  padding:0px;
  margin:0px;
  background-color:#E6D9BD;
  padding-left: 5px;
}


#mn a {
  background-color:#E6D9BD;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border-bottom:3px solid #C3C3C3;
  padding: 5px 3px;
  float:left;
}

#mn a:hover {
  background-color:#C1A25F;
  color: #FFFFFF;
  font-weight: bold;
  border-bottom:3px solid #007947;
}

