
#faqDiv {
	margin: 10px 10px 400px 10px;
	text-align: left;
}

.faqCloseDiv {
	text-align: right;
}

.question {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 30px;
}

.question a {
	color: #666666;
}

.answer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.sep {
	margin-top: 40px;
	margin-bottom: -10px;
}

