
   /* type */

   body, table, td, input, select, textarea
   {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
   }

   h2 { font-weight: bold; font-size: 16px; color: #BA7639; }

   .alert { color: #A20429; }

   small
   {
      color: #BE9229;
      font-size: 11px;
   }

   /* navigation: menu, links, buttons */

   .menu
   {
      background-image: url("images/side.jpg");
      background-repeat: repeat-y;
      padding-left: 5px;
      padding-top: 10px;
      padding-right: 0px;
   }

   .menu a
   {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
   }

   a { color: #D23C1F; }

   a:hover { color: #FF4747; text-decoration: underline; }

   small a { color: #FF4747; }

   .btn, a.btn, a.btn:visited
   {
      color: #FFFFFF;
      background-color: #D23C1F;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px; 
      font-weight: bold;
      padding: 0px 2px 0px 2px;
      border-top: 1px solid #E58C7B;
      border-left: 1px solid #E58C7B;
      border-right: 1px solid #992C17;
      border-bottom: 1px solid #992C17;
      text-decoration: none;
      cursor: hand;
      cursor: pointer;
   }

   .btn:hover, a.btn:hover
   {
      color: #FFFFFF;
      background-color: #FF4747;
      border-top: 1px solid #FF8484;
      border-left: 1px solid #FF8484;
      border-right: 1px solid #BA3434;
      border-bottom: 1px solid #BA3434;
      text-decoration: none;
   }




