﻿/* FAQ Section */
.FAQSection { background:url(../imgs/bg-table2.png) top repeat-x; padding-top: 2em; }
.FAQSection ol#QuestionList { margin: 0;  }
.FAQSection ol#QuestionList li { font-weight: bold;  }
.FAQSection ol#QuestionList li a { text-decoration: none; }
.FAQSection dl#AnswerList { margin-top: 2em;  }
.FAQSection dl#AnswerList dt { font-weight: bold; margin-top: 3em; }
.FAQSection dl#AnswerList dd { }

#QuestionList li p { margin:0.25em; }

