
.faq h3 {
   color: #000000;
}

.faq a, .faq a:hover, .faq a:visited {
   color: #000000;
}

.faq .questions ul.items {
   padding: 5px 0 5px 0px;
   list-style: none;
}

   .faq .questions ul.items li.item {
      margin-top: 12px;
      margin-bottom: 12px;
   }

   .faq .answers h3 {
      color: #000000;
      font-size: 15pt;
   }
   
   .faq .answers ul.items {
      list-style: none;
      
      padding: 5px 10px 10px 0px; 
   }

   .faq .answers ul.items li.item {
      margin: 10px 0 10px 0;
   }

      .faq .answers a.question {
         display: block;
         font-weight: bold;
         text-decoration: underline;
         color: #000000;
      }
      
      .faq .answers .answer {
         padding: 5px 0px;
         color: #000000;
      }
      
         .faq .answers .answer p {
            padding: 5px 0 5px 0;
         }
      
         .faq .answers .answer strong {
            font-weight: bold;
         }
      
         .faq .answers .answer ul li {
            list-style: disc;
            margin: 3px 30px;
         }

#contentHeader .welcome {
   display: none;
}

#content .faq {
   margin: 0;
   width: auto;
}