a:link
  {
   text-decoration: none;
  }

a:visited
  {
   text-decoration: none;
  }
a:active
  {
   text-decoration: none;
  }

a:hover:
  {
   text-decoration: underline;
  }

P
  {
   font-family: arial;
   font-size: 10pt;
   color: #000000;
   line-height: 18px;
  }

UL
  {
   font-family: arial;
   font-size: 10pt;
   color: #000000;
   line-height: 18px;
   list-style: circle outside;
  }

H5
  {
   font-family: arial;
   color: #990000;
   font-size: 11pt;
  }

.link
  {
   font-family: arial;
   font-size: 10pt;
   font-weight: bold;
   color: #001199;
  }

.rodape
  {
   font-family: arial;
   font-size: 10pt;
   color: #FFFFFF;
  }

.branco
  {
   font-family: arial;
   font-size: 10pt;
   color: #FFFFFF;
  }

.preto
  {
   font-family: arial;
   font-size: 10pt;
   color: #000000;
  }

.form
  {
   font-family: arial;
   font-size: 10pt;
   color: #993300; 
   background: #FFFFCC;
   border-top: 1px solid #993300; 
   border-left: 1px solid #993300; 
   border-right: 1px solid #993300; 
   border-bottom: 1px solid #993300;
  }