body {
  font-family: Arial, Helvetica, sans-serif;
  color: #040404;
  font-size: 9pt;
  width: 710px;
  margin: 0 auto;
  text-align: center;
}

div.wrapper {
  width: 710px;
  text-align: left;
}

p {
  text-align: justify;
}

table.infogeral
{
  width: 100%;
  font-size: 9pt;
}
table.infogeral caption
{
  background-color: #7ca600;
  color: white;
  font-weight: bold;
}
table.infogeral th
{
  width: 25%;
  background-color: #ebebeb;
}

table.info
{
  width: 100%;
  font-size: 9pt;
}
table.info caption
{
  margin-top: 1em;
  background-color: #7ca600;
  color: white;
  font-weight: bold;
}
table.info th
{
  width: 25%;
  background-color: #ebebeb;
}

table.pesquisa
{
  width: 100%;
  font-size: 9pt;
}
table.pesquisa caption
{
  background-color: #7ca600;
  color: white;
  font-weight: bold;
}

a:link {color: #0000FF}
a:visited {color: #0000FF}
a:hover {color: #0077FF}
a:active {color: #0000FF}