body
{
  font-size: 8pt;
  color: #666666;
  /* background-color: #ffffff; */
  font-family: tahoma, verdana, arial;
}
td
{
  font-size: 8pt;
  color: #666666;
}
a
{
    font-size: 8pt;
    color: #3399CC;
    text-decoration: none
}
a:hover
{
    font-size: 8pt;
    color: #0000dd;
    text-decoration: underline
}
h1
{
    font-size: 14pt;
    color: #3399CC;
    font-weight: bolder;
    text-decoration: none;
}
h2
{
    font-size: 12pt;
    color: #3399CC;
    font-weight: bolder;
    text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
  width: 98%;
}
h3
{
    font-size: 8pt;
    color: #3399CC;
    font-weight: bolder;
    text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
  width: 98%;
}
ul {
  list-style-type: square;
  /* list-style-image: url(images/bola_verde.gif);*/
}
.button {
  background-color: #ffffff;
  color: #3399CC;
  border: thin solid #3399CC;
  font-size: 8pt;
}
input {
  font-size: 8pt;
}
select {
  font-size: 8pt;
}
textarea {
  font-size: 8pt;
}