body {
  font-family: verdana, book antiqua;
  font-size: 9pt;
  color: #004b78;
  background-color: #e3702e;
}

table {
  font-family: verdana, book antiqua;
  font-size: 9pt;
  color: #004b78;
  background-color: white;
}

a {
  text-decoration: none;
  color: #e3702e;
}

a:hover {
  text-decoration: none;
  color: #004b78;
}

#titulo {
  font-weight: bold;
  font-size: 16pt;
  font-family: book antiqua, garamond, century;
  text-align: center;
}

#subtitulo {
  font-size: 14pt;
  font-family: book antiqua, garamond, century;
  text-align: center;
}

#subsubtitulo {
  font-size: 12pt;
  font-family: book antiqua, garamond, century;
  text-align: center;
}

.main {
}

.cabtab {
  background-color: #b8cdde;
}

.lintab {
  background-color: #dce6ee;
}

.item {
  padding: 4px;
  width: 100%;
  border: 1px solid #719bbd;
  font-weight: bold;
  background-color: #719bbd;
  text-transform: lowercase;
  color: white;
}

.dest {
  padding: 4px;
  width: 100%;
  border: 1px solid #004b78;
  font-weight: bold;
  background-color: #004b78;
  text-transform: lowercase;
  color: white;
}

.gripe
{
    padding: 4px;
    width: 100%;
    border: 1px solid #004b78;
    font-weight: bold;
    background-color: #008080;
    text-transform: lowercase;
    color: white;
}

.bol {
  padding: 4px;
  width: 100%;
  border: 1px solid #e3702e;
  font-weight: bold;
  background-color: #e3702e;
  text-transform: lowercase;
  color: white;
}

a.item:hover {
  color: #719bbd;
  background-color: white;
  text-align: right;
}

a.dest:hover {
  color: #004b78;
  background-color: white;
  text-align: right;
}

a.bol:hover {
  color: #e3702e;
  background-color: white;
  text-align: right;
}

.sep {
  border: 1px solid; 
}

.sepHeader {
  padding: 3px;
  width: 100%;
  border: 1px solid;
  color: #e3702e;
  background-color: white;
}

a.sepHeader:hover, a.sepSelected:hover, .sepSelected {
  padding: 3px;
  width: 100%;
  border: 1px solid #e3702e;
  background-color: #e3702e;
  color: white;
}

#rodape {
  font-family: verdana, tahoma, book antiqua;
  font-size: 8pt;
  color: white;
  background-color: #e3702e;
}
