#FAQ {
	font-family: verdana;
}

#FAQHeader {
	font-size: 150%;
	margin-bottom: 1em;
	text-align: center;
}


#FAQQuestions {
}

.FAQCategory {
	font-weight: bold;
	margin-bottom: .5em;
}

#FAQAnswers {
}

.FAQ_BREAK {
	height: 1px;
	color: black;
	background-color: black;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.FAQ_A_HEADER {
	background-color: #DDDDDD;
	margin-bottom: .5em;
}

.FAQ_A_ID {
	
}

.FAQ_A_Q {
	position: relative;
	left: 10pt;
}

.FAQ_A_A {
	margin-bottom: 2em;
	position: relative;
	left: 15px;
}

