/* -------------------------------------------------------------------
 *  special CSS for faqs.htm                                         |
 *                                                                   |
 *  ----------------------------------------------------------------*/

span.question-label {
   color: gray;
   font-family: inherit;
   font-size: 14px;
   font-style: inherit; 
/*   font-weight: bold; */
}
span.question {
   color: maroon;
   font-family: inherit;
   font-size: 14px;
   font-style: inherit; 
/*   font-weight: bold; */
}
span.answer-label {
   color: gray;
   font-family: inherit;
   font-size: 14px;
   font-style: inherit; 
/*   font-weight: bold; */
}
span.answer {
   color: navy;
   font-family: inherit;
   font-size: 14px;
   font-style: inherit; 
/*   font-weight: bold; */
}




