/***************************************************
                 TITULO GRANDE AZUL 
***************************************************/
.bigText
  {
   font-size: 20px;
   font-family: arial, verdana, helvetica, sans-sarif;
   font-weight: bold;
   color: #465AA0;
  }


/***************************************************
                 TITULO PEQUENO AZUL 
***************************************************/
.smallText
  {
   font-size: 16px;
   font-family: arial, verdana, helvetica, sans-sarif;
   font-weight: bold;
   color: #465AA0;
  }



/***************************************************
                  TEXTO CINZA PQNO
***************************************************/
.content
  {
   FONT-SIZE: 10pt;
   COLOR: #5D5A6D;
font-weight: normal;
   font-family:  arial, verdana, helvetica, sans-sarif;
  }


/***************************************************
                  TEXTO AZUL PQNO
***************************************************/
.contentazul
  {
   FONT-SIZE: 10pt;
   COLOR: #465AA0;
   font-family:  arial, verdana, helvetica, sans-sarif;
  }


/***************************************************
                  TEXTO DISCLAIMER
***************************************************/
.disclaimerbottom
  {
   FONT-SIZE: 8pt;
   COLOR: #5D5A6D;
   font-family:  arial, verdana, helvetica, sans-sarif;
  }

/***************************************************
               LINKS PEQUENO
***************************************************/
a { 
   font-size: 10pt;
     color= #465AA0
   font-family:  arial, verdana, helvetica, sans-sarif;
  }

a:link { color: #465AA0; text-decoration: none;}
a:visited { color: #465AA0; text-decoration: none;}
a:hover { COLOR: #fff; BACKGROUND-COLOR: #528f5c; text-decoration: none;}


/***************************************************
               LINKS GRANDE
***************************************************/
a.gde { 
   font-size: 16px;
   color= #465AA0
   font-family:  arial, verdana, helvetica, sans-sarif;
  }

a.gde:link { color: #465AA0; text-decoration: none; }
a.gde:visited { color: #465AA0; text-decoration: none;}
a.gde:hover { COLOR: #fff; BACKGROUND-COLOR: #528f5c; text-decoration: none;}



/***************************************************
                      FORMULÁRIO
***************************************************/
input, textarea, select, {font-size: 8pt; font-family: tahoma; background:fixed; color:000000; border:1; border-color:#000000; border-style:solid
}


/***************************************************
               MENU LINKS PEQUENO CINZA
***************************************************/
a.menu { 
   font-size: 10pt;
     color= #5D5A6D
   font-family:  arial, verdana, helvetica, sans-sarif;
  }

a.menu:link { color: #5D5A6D; text-decoration: none;}
a.menu:visited { color: #5D5A6D; text-decoration: none;}
a.menu:hover { COLOR: #fff; BACKGROUND-COLOR: #528f5c; text-decoration: none;}