font.normal
   {
   font-family     : trebuchet ms, verdana, arial;
   font-weight     : medium;
   font-size       : 12px;
   color           : #336600;
   text-decoration : none;
   }
font.empresa
   {
   font-family     : trebuchet ms, verdana, arial;
   font-weight     : medium;
   font-size       : 12px;
   color           : #666600;
   text-decoration : none;
   }
a.normal
   {
   font-family      : trebuchet ms, verdana, arial;
   font-size        : 12px;
   font-weight      : medium;
   color            : #336600;
   text-decoration  : none;
   }
a.over
   {
   font-family      : trebuchet ms, verdana, arial;
   font-size        : 12px;
   font-weight      : medium;
   color            : #666600;
   text-decoration  : none;
   }
.borda
   {
   border-top       : solid #336600;
   border-bottom    : solid #336600;
   border-right     : solid #336600;
   border-left      : solid #336600;
   background-color : #CCCCCC;
   border-width     : 1px;
   font-family      : trebuchet ms, verdana, arial;
   font-size        : 12px;
   color            : #336600;
   font-weight      : medium;
   }
.borda2
   {
   border-top       : solid #336600;
   border-bottom    : solid #336600;
   border-right     : solid #336600;
   border-left      : solid #336600;
   background-color : #CCCCCC;
   border-width     : 1px;
   font-family      : trebuchet ms, verdana, arial;
   font-size        : 10px;
   color            : #336600;
   font-weight      : medium;
   }






font.destaque
   {
   font-family     : verdana, arial;
   font-weight     : medium;
   font-size       : 12px;
   color           : #90C82F;
   text-decoration : none;
   }
font.subdestaque
   {
   font-family     : verdana, arial;
   font-weight     : medium;
   font-size       : 11px;
   color           : #90C82F;
   text-decoration : none;
   }
font.comentario
   {
   font-family     : verdana, arial;
   font-weight     : medium;
   font-size       : 10px;
   color           : #000000;
   text-decoration : none;
   }

.borda1
   {
   border-top       : solid #B15852;
   border-bottom    : solid #B15852;
   border-right     : solid #B15852;
   border-left      : solid #B15852;
   border-width     : 1px;
   }
.borda2
   {
   border-top       : solid #99CC33;
   border-bottom    : solid #99CC33;
   border-right     : solid #99CC33;
   border-left      : solid #99CC33;
   border-width     : 1px;
   }
.borda_fale2
   {
   border-top       : solid #D2EBA9;
   border-bottom    : solid #D2EBA9;
   border-right     : solid #D2EBA9;
   border-left      : solid #D2EBA9;
   background-color : #D2EBA9;
   border-width     : 1px;
   font-family      : verdana, arial;
   font-size        : 9px;
   color            : #000000;
   font-weight      : medium;
   }
.botao_fale
   {
   border-color     : #FFFFFF;
   background-color : #CCCC99;
   border-style     : solid;
   font-family      : verdana, arial;
   font-size        : 10px;
   color            : #AF202E;
   font-weight      : bold;
   border-width     : 1px;
   }
  /* Estilo do álbum em portfólio */
  .photogallery
   { /*CSS for TABLE containing a photo album*/
   }
  .photogallery img
   { /*CSS for images within an album*/
   border: 0px solid green;
   }
  .photonavlinks
   { /*CSS for pagination DIV*/
   font-family      : trebuchet ms, verdana, arial;
   font-weight      : bold;
   font-size        : 13px;
   color            : #FFFFFF;
   text-decoration  : none;
   border-top       : none;
   border-bottom    : none;
   border-right     : none;
   border-left      : solid #FFFFFF;
   border-width     : 1px;
   }
  .photonavlinks a
   { /*CSS for each navigational link*/
   margin-right    : 2px;
   margin-bottom   : 3px;
   padding         : 1px 5px;
   border          : 1px solid #99CC33;
   text-decoration : none;
   background-color: #99CC33;
   }
  .photonavlinks a.current
   { /*CSS for currently selected navigational link*/
   background-color: #99BB77;
   }
