.StripedPageSection {
	padding: 10px 0 20px 0;
}

.FAQSection:nth-child(even) .StripedPageSection {
	background: #f2f2f2;
}

.FAQSectionHeading {font-size: 16px; font-weight: bold;}
.FAQSectionQuestionList {}
.FAQQuestion {margin: 1em 0 1em 0;}
.FAQQuestionTitle {font-size: 16px; font-weight: bold;}
.FAQAnswer {margin: 1em 0 3em 1em;}
.FAQAnswer LI {margin-top: 1em;}
.FAQAnswerPrint {}

.FAQQuestionTitle A {
	text-decoration: none;
}
.FAQQuestionTitle A:visited {
	text-decoration: none;
}