/* <DEFAULT> */
   BODY {
      background:#000000;
      background-image: url("../img/afl_g_pq.gif");
      SCROLLBAR-FACE-COLOR:#000000;
      SCROLLBAR-TRACK-COLOR:#000000;
      SCROLLBAR-ARROW-COLOR:#808080;
      SCROLLBAR-3DLIGHT-COLOR:#DDDDDD;
      SCROLLBAR-DARKSHADOW-COLOR:#808080;
      SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
      SCROLLBAR-SHADOW-COLOR:#999999;
   }
   a:link {
      color:#ffffff; text-decoration:none;
   }
   a:visited {
      color:#ffffff; text-decoration:none;
   }
   a:active {
      color:#0000ff; text-decoration:none; font weight: bold;
   }
   a:hover {
      color:#ff0000; text-decoration:none;
   }

   body, div, td {
      font-family: verdana,arial,helvetica;
      font-size:13px;
      color:#ffffff;
      text-decoration: none;
   }

   select, textarea, input {
      font-family: verdana,arial,helvetica;
      font-size:10px;
      color:#000000;
      text-decoration: none;
      border:2px solid #ffd700;
   }

/* </DEFAULT> */

/* <FONTS> */
   /* COLORS */
      .txtBlack                 { color: #000000; }
      .txtDGray                 { color: #575757; }
      .txtGray                  { color: #757575; }
      .txtLGray                 { color: #ababab; }
      .txtWhite                 { color: #ffffff; }
      .txtBrown                 { color: #874747; }
      .txtRed                   { color: #ff0000; }
      .txtDGreen                { color: #006600; }
      .txtGreen                 { color: #009900; }
      .txtLGreen                { color: #00ff00; }
      .txtDBlue                 { color: #333399; }
      .txtBlue                  { color: #0000ff; }
      .txtLBlue                 { color: #00ffff; }
   /* FORMATTING */
      .txtBold                  { font weight: bold; }
      .txtItalic                { font weight: italic; }
      .txtUnder                 { text-decoration: underline; }
   /* FONT FACE */
      .txtArial                 { font-family: arial,verdana,helvetica; }
      .txtHelvetica             { font-family: helvetica,verdana,arial; }
      .txtTimes                 { font-family: times new roman; }
   /* ALIGN */
      .txtJustify               { text-align: justify; }
      .txtRight                 { text-align: right; }
      .txtCenter                { text-align: center; }
   /* SIZE */
      .txt4                     { font-size:  4px; }
      .txt6                     { font-size:  6px; }
      .txt9                     { font-size:  9px; }
      .txt10                    { font-size: 10px; }
      .txt11                    { font-size: 11px; }
      .txt11B                   { font-size: 11px; font weight: bold; }
      .txt12                    { font-size: 12px; }
      .txt12B                   { font-size: 12px; font weight: bold; }
      .txt13                    { font-size: 13px; }
      .txt13B                   { font-size: 13px; font weight: bold; }
      .txt14                    { font-size: 14px; }
      .txt14B                   { font-size: 14px; font weight: bold; }
      .txt15                    { font-size: 15px; }
      .txt15B                   { font-size: 15px; font weight: bold; }
      .txt20B                   { font-size: 20px; font weight: bold; }
/* </FONTS> */

/* <FORMS> */
   textarea { 
      overflow: auto;
   }
/* </FORMS> */

/* <BACKGROUND & BGCOLOR> */
   .bgbranco                    { background: #ffffff; }
   .bgpreto                     { background: #000000; }
   .bgnone                      { background: none; }
   .bgclaro                     { background: #c0c0c0; }
   .bgface                      { background: #d4d0cb; }
   .bgescuro                    { background: #808080; }
/* </BACKGROUND & BGCOLOR> */
