#FAQ {
	font-family: verdana;
}

#FAQHeader {
	font-size: 11px;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}


#FAQQuestions {
	margin-left: 15px;
}

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

#FAQAnswers {
}

.FAQ_BREAK {
	height: 1px;
	color: #7b0808;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 2em;
	margin-bottom: 2em;
}

.FAQ_A_HEADER {
	background-color: #7B0808;
	margin-bottom: .5em;
	margin-left: 10px;
	margin-right: 25px;
}

.FAQ_A_ID {
	color: #ffffff;
	
}

.FAQ_A_Q {
	position: relative;
	margin-left: 15px;
	margin-right: 20px;
	color: #ffffff
}

.FAQ_A_A {
	margin-bottom: 2em;
	position: relative;
	margin-right: 30px;
	margin-left: 20px;
}

