body {
  margin: 0 0 0 0;
}
.cssRodape {
  font-family: Arial;
  font-size: 6pt;
  color: White;
  text-decoration:none;
}
.cssLinkRodape {
  font-family: Arial;
  font-size: 8pt;
  color: Black;
  text-decoration:none;
  font-weight: bold;
}
.cssLabel {
  font-family: Arial;
  font-size: 11px;
  color: Black;
}
.cssField {
  font-family: Arial;
  font-size: 8pt;
  color: Black;
  border: 1px Black Solid;
}
.cssErro {
  font-family: Arial;
  font-size: 8pt;
  color: Red;
}
.cssLinkPrin {
  font-family: Arial;
  font-size: 10px;
  color: Black;
  text-decoration: none;
}
.cssLinkPrin A:HOVER {
  font-family: Arial;
  font-size: 10px;
  color: #7E1D31;
  text-decoration: underline overline;
}
.cssLinkTit {
  font-family: Arial;
  font-size: 11px;
  color: #7E1D31;
  text-decoration: none;
}
.cssErroSessao {
  font-family: Arial;
  font-size: 16pt;
  color: Red;
  font-weight: bold;
}
.cssTit {
  font-family: Arial;
  font-size: 11px;
  background-color: #7E1D31;
  color: White;
  text-decoration: none;
}


