/* CSS Document */

.faqSectionHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}

A.faqQuestion, A.faqQuestion:visited {
}

A.faqQuestion:hover, A.faqQuestion:active {
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.faqAnswer {
	margin-left: 50px;
}

