
   body { margin: 0px; background-color: #FFFFFF; }
   body, #content, table, td, th, input, select
   { 
      font-family: Arial, sans-serif; font-size: 13px; line-height: 18px; color: #000000; 
   }
   th { text-align: left; background-color: #CCCCCC; font-weight: bold; }
   h2 
   { 
      color: #FFFFFF; 
      font-family: Arial, sans-serif, font-size: 24px; font-weight: bold; line-height: 24px; 
      margin-bottom: 0px; 
   }
   h3, h3 select { font-family: Arial, sans-serif; font-size: 20px; line-height: 20px; }
   h3 select { border-width: 1px; font-weight: bold; }
   h4 { font-family: Arial, sans-serif; font-size: 15px; line-height: 16px; margin-top: 0px; margin-bottom: 5px; }
   h5 { font-size: 12px; font-weight: bold; text-transform: uppercase; margin: 8px 0px 0px 0px; }
   h6
   {
      font-family: Arial, sans-serif; font-size: 16px; color: #000000; font-weight: bold; margin: 0px;
   }
   big { font-family: Arial, sans-serif; font-size: 32px; font-weight: bold; }
   #content { width: 750px; margin: 30px 0px 30px 183px; }
   a, a:visited { color: #FF0000; text-decoration: none; font-weight: bold; }
   a:active, a:hover { color: #000000; text-decoration: underline; }
   .btn
   { 
      color: #FFFFFF; background-color: #CC0000; font-weight: bold; 
      font-family: Arial, sans-serif; 
      font-size: 11px;
      text-decoration: none;
      padding: 1px 2px 1px 2px;
      border-top: 1px solid #FF9999; 
      border-left: 1px solid #FF9999;
      border-right: 1px solid #990000;
      border-bottom: 1px solid #990000;
      cursor: hand; cursor: pointer;
   }
   .btn:hover
   {
      background-color: #333333;
      text-decoration: none;
      border-top: 1px solid #999999; 
      border-left: 1px solid #999999;
      border-right: 1px solid #000000;
      border-bottom: 1px solid #000000;
   }

   #menu { color: #FFFFFF; font-size: 14px; }
   #menu a, #menu a:visited { color: #FF0000; }
   #menu a:active, #menu a:hover { color: #FFFFFF; }
   #sidebar { position: absolute; left: 30px; top: 170px; width: 123px; font-size: 12px; }
   #sidebar ul { padding: 0px; margin: 12px 0px 12px 0px; }
   #sidebar li, #sidebar ul li { line-height: 14px; padding: 6px 0px 6px 0px; list-style-type: none; }
   small, #footer, .right, .left { font-size: 11px; color: #999999; }
   #footer 
   { 
      color: #999999; line-height: 14px; margin-top: 30px; padding: 26px 0px 20px 0px; 
      background: transparent url('/images/footer.gif') top left no-repeat;
   }
   .light { color: #999999; }
   .right { float: right; margin: 2px 0px 12px 20px; color: #999999; }
   .left { float: left; margin: 2px 20px 12px 0px; color: #999999; }
   .loose li { padding: 4px 0px 4px 0px; } 
   .orange { color: #D6700B; }
   .gold { color: #E7AC32; }
   .green { color: #4CB020; }
   ul.outdent { margin-left: 0px; padding-left: 0px; }
   ul.outdent li { margin-left: 20px; }
   div.quote 
   { 
      float: left;
      width: 320px;
      font-family: 'Courier New', Courier, monospace;
      font-size: 18px;
      line-height: 20px;
      font-weight: bold;
      background: transparent url('/images/quote1.gif') top left no-repeat; 
      padding: 14px 0px 0px 40px;
      margin: 2px 20px 15px 0px;
   }
   div.quote div 
   {
      background: transparent url('/images/quote2.gif') bottom right no-repeat; 
      padding: 0px 40px 14px 0px;
   }
   div.box
   {
      float: right;
      width: 240px;
      padding: 14px;
      border: 2px solid #666666;
      margin: 2px 0px 15px 20px;
      background-color: #000000;
      color: #CCCCCC;
   }
   .box h3, .box h4 { color: #FFFFFF; }
   .box a, .box a:visited { color: #FF0000; }
   .box a:hover { color: #FFFFFF; }

   .alertbox 
   { 
      border: 2px solid #FF0000; 
      margin-bottom: 24px; 
      font-family: Arial, sans-serif; font-size: 12px; 
      line-height: 16px;
      padding: 10px;
   }

   .alertbox h3 { margin-top: 0px; }

   #header a, #header a:visited, #header a:hover, #header a:active { color: #FFFFFF; }

   /* printer-specific styles */

   @media print 
   { 
      #menu, #sidebar { display: none; }
   }
   

