/******************************************************************************
 *                               FAQs                                         *
 *****************************************************************************/

.faq_question_list {
   color: #000000;
   list-style-image: url("/images/misc/bullet.gif");
   padding-left: 16px;
   margin-left: 16px;
   text-indent: 2px;
   }

.faq_cat_list {
   color: #000000;
   list-style-image: url("/images/misc/bullet.gif");
   padding-left: 12px;
   margin-left: 12px;
   text-indent: 2px;
   }

.faq_question_answer_list {
   color: #000000;
   list-style-type: none;
   list-style-image: none;
   padding-left: 4px;
   margin-left: 4px;
   text-indent: 2px;
   }

.faq_cat {
   font-weight: bold;
   font-size: 13pt;
   }

.faq_question_answer_list li {
   padding-bottom: 10px;
   }

.faq_subcat {
   font-weight: bold;
   }

.faq_goup {
   font-weight: normal;
   font-style: italic;
   }

.faq_goup a {
   font-weight: bold;
   font-style: normal;
   }

.faq_single_table {
   border: 0px none;
   padding: 0px;
   font-weight: normal;
   width: 100%;
   }

.faq_single_table td {
   vertical-align: top;
   border: 0px none;
   }

.faq_single_qa {
   width: 10px;
   font-weight: bold;
   text-align: right;
   padding: 5px;
   font-size: 11pt;
   }

.faq_single_question {
   font-weight: bold;
   text-align: left;
   padding: 5px;
   font-size: 10.6pt;
   }

.faq_single_answer {
   font-weight: normal;
   text-align: justify;
   padding: 5px;
   font-size: 10.45pt;   
   }

.faq_single_authdate {
   font-style: italic;
   font-weight: normal;
   }

