div#faqs {
}
div#faqs ol {
	margin: 0px;
}
div#faqs .Label{
	font-weight: bold;
	font-style: italic;
	color: #068D55;
	text-decoration: underline;
}
div#faqs a {
	cursor: pointer;
	color: #068D55;
}
div#faqs .FAQWrapper {
    margin-bottom: 10px;
}
div#faqs .Question {
	font-style: italic;
	margin-bottom: 5px;
}
div#faqs .Answer {
	display: none;
	margin-bottom: 20px;
}
div#faqs .Number {
	width: 1.5em;
	color: #068D55;
	text-align: left;
}