font.normal
   {
   font-family     : trebuchet ms, verdana, arial;
   font-weight     : medium;
   font-size       : 12px;
   color           : #FFFFFF;
   text-decoration : none;
   }
font.destaque
   {
   font-family     : trebuchet ms, verdana, arial;
   font-weight     : bold;
   font-size       : 14px;
   color           : #99CC33;
   text-decoration : none;
   }
font.subdestaque
   {
   font-family     : trebuchet ms, verdana, arial;
   font-weight     : medium;
   font-size       : 12px;
   color           : #99CC33;
   text-decoration : none;
   }
font.comentario
   {
   font-family     : trebuchet ms, verdana, arial;
   font-weight     : medium;
   font-size       : 11px;
   color           : #99CC33;
   text-decoration : none;
   }
a.normal
   {
   font-family      : trebuchet ms, verdana, arial;
   font-size        : 12px;
   font-weight      : medium;
   color            : #99CC33;
   text-decoration  : none;
   }
a.over
   {
   font-family      : trebuchet ms, verdana, arial;
   font-size        : 12px;
   font-weight      : medium;
   color            : #FFFFFF;
   text-decoration  : none;
   }
.bordab
   {
   border-top       : none;
   border-bottom    : solid #FFFFFF;
   border-left      : none;
   border-right     : none;
   border-width     : 1px;
   }
.borda
   {
   border-top       : solid #669900;
   border-bottom    : solid #669900;
   border-right     : solid #669900;
   border-left      : solid #669900;
   background-color : #999999;
   border-width     : 1px;
   font-family      : trebuchet ms, verdana, arial;
   font-size        : 12px;
   color            : #000000;
   font-weight      : medium;
   }
.botao
   {
   border-color     : #669900;
   background-color : #669900;
   border-style     : solid;
   font-family      : trebuchet ms, verdana, arial;
   font-size        : 11px;
   color            : #FFFFFF;
   font-weight      : bold;
   border-width     : 1px;
   }