﻿.fontepequena
  {
    font-family: Arial;
    font-size: 7pt;
    font-weight : Normal; 
    color:#006600;
  }
.fontemedia
  {
    font-family: Arial;
    font-size: 8pt;
    font-weight : Normal; 
    color:#006600;
  }
.fontemediacapitalize
  {
    font-family: Arial;
    font-size: 8pt;
    font-weight : Bold; 
    text-transform: Capitalize;
    color: White;
    background-color: #006600;
  }
.fontegrande
  {
    font-family: Arial;
    font-size: 10pt;
    font-weight : Normal; 
    color:#006600;
  }
.fontetitulo
  {
    font-family: Arial;
    font-size: 12pt;
    font-weight : Bold; 
    color:#006600;
  }
.fontevalida
  {
    font-family: Arial;
    font-size: 8pt;
    font-weight : Normal; 
    color: Red;
  }
.fontemensagem
  {
    font-family: Arial;
    font-size: 8pt;
    font-weight : Normal; 
    color: Red;
  }
.titulo1
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: Bold;
    color: #006600;
}
