/* FAQ */
DIV.faq {
	border-bottom: 1px dashed #CCC;
}
DIV.faq .question {
	cursor: pointer;
	color: #0C519F;
	padding: 10px 0;
}
DIV.faq .question p {
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}
DIV.faq .answer {
	display: none;
}
DIV.faq .answer div {
	padding: 0 0 0 0;
	border-bottom: 1px solid #FFF;
}
.FAQHeader {
	font-weight: bold;
	font-size: 18px;
}