   .faqs {
      text-align: left;
      text-transform: uppercase;
      font-family: Machine, Arial;
   }
   .faqs a {
      color: #999;
      font-size: 14px;
      text-decoration: none;
      font-weight: bold;
   }

   .faqs a:hover {
      text-decoration: underline;
   }

   .faqs li,
   .faqs #answer {
      font-size: 12px;
      font-weight: bold;
      list-style: none;
      text-transform: uppercase;
      color: #019a02;
      padding-left: 0px;
      margin-left: 0px;
   }

   .csIndex {
      text-align: left;
   }

   .csIndex li {
      list-style: none;
      font-weight: bold;
      font-family: Arial;
      font-size: 13px;
      margin: 20px 0 0 0;
      padding: 0;
   }

   .csIndex li a {
      text-decoration: none;
   }

   .csIndex li a:hover {
      text-decoration: underline;
   }

   .csIndex li ul {
      padding-left: 15px;
      margin: 0;
   }

   .csIndex li ul li {
      list-style: disc;
      color: #999;
      font-family: Arial;
      font-size: 12px;
      text-align: left;
      margin: 0;
      padding: 0;
   }

   .csIndex li ul li a {
      font-weight: normal;
      color: #999;
      text-decoration: none;
   }
   .csIndex li ul li a:hover {
      text-decoration: underline;
   }

   .extra {
      height: 25px;
      font-size: 12px;
      text-align: right;
      font-weight: bold;
      padding-right: 20px;
      padding-bottom: 10px;
      verticle-align: middle;
      text-transform: uppercase;
      font-family: Machine, Arial;
   }

   .extra td {
      padding-right: 10px;
      text-align: right;
   }