font.normal
   {
   font-family     : trebuchet ms, verdana, arial, helvetica;
   font-weight     : medium;
   font-size       : 12px;
   color           : #669900;
   text-decoration : none;
   }

font.destaque
   {
   font-family     : trebuchet ms, verdana, arial, helvetica;
   font-weight     : bold;
   font-size       : 14px;
   color           : #99CC00;
   text-decoration : none;
   }

font.branca
   {
   font-family     : trebuchet ms, verdana, arial, helvetica;
   font-weight     : bold;
   font-size       : 14px;
   color           : #FFFFFF;
   text-decoration : none;
   }
   
font.subdestaque
   {
   font-family     : trebuchet ms, verdana, arial, helvetica;
   font-weight     : medium;
   font-size       : 12px;
   color           : #99CC00;
   text-decoration : none;
   }

font.comentario
   {
   font-family     : trebuchet ms, verdana, arial, helvetica;
   font-weight     : medium;
   font-size       : 11px;
   color           : #006600;
   text-decoration : none;
   }

a.normal
   {
   font-family      : trebuchet ms, verdana, arial, helvetica;
   font-size        : 12px;
   font-weight      : medium;
   color            : #99CC00;
   text-decoration  : none;
   }

a.over
   {
   font-family      : trebuchet ms, verdana, arial, helvetica;
   font-size        : 12px;
   font-weight      : medium;
   color            : #669900;
   text-decoration  : none;
   }
   
a.normal2
   {
   font-family      : trebuchet ms, verdana, arial, helvetica;
   font-size        : 11px;
   font-weight      : medium;
   color            : #663333;
   text-decoration  : none;
   }

a.over2
   {
   font-family      : trebuchet ms, verdana, arial, helvetica;
   font-size        : 11px;
   font-weight      : medium;
   color            : #CC9933;
   text-decoration  : none;
   }

.borda
   {
   border-top       : solid #669900;
   border-bottom    : solid #669900;
   border-right     : solid #669900;
   border-left      : solid #669900;
   background-color : #FFFFFF;
   border-width     : 1px;
   font-family      : trebuchet ms, verdana, arial, helvetica;
   font-size        : 11px;
   color            : #669900;
   font-weight      : medium;
   }

.botao
   {
   border-color     : #669900;
   background-color : #FFFFFF;
   border-style     : solid;
   font-family      : trebuchet ms, verdana, arial, helvetica;
   font-size        : 11px;
   color            : #669900;
   font-weight      : bold;
   border-width     : 1px;
   }

.borda_t
   {
   border-top       : none;
   border-bottom    : none;
   border-right     : solid #FFFFFF;
   border-left      : solid #FFFFFF;
   border-width     : 1px;
   }
