/*
   faqs.css
*/


/* --- Questions Section --- */

#faq_questions {
  border: 0px solid black;
}

#faq_questions li {
  margin-top: 8px; 
  margin-bottom: 8px; 
}

#faq_questions li a {
  font-weight: bold;
  font-size: 11pt;
  text-decoration: none
}

#faq_questions li a:hover {
  text-decoration: underline
}


/* --- Answers Section --- */

#faq_qas {
  border: 0px solid black;
}

#faq_qas table {
  margin-top: 10px;
  padding-top: 5px;
}

#faq_qas td.question_left {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 11pt;
}

#faq_qas td.question_right {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 11pt;
  color: #990000;
}

#faq_qas td.answer_left {
  font-weight: bold;
  font-size: 11pt;
}

#faq_qas td.answer_right {
  font-weight: normal;
  font-size: 10pt;
}

