#faq {
	width: 619px;
	margin: 19px auto 0px auto;
	text-align: left;
}
.centerDiv {
	margin: 0px 10px 10px 10px;
}
#faqTitle {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
#clickhere {
	text-align: center;
}
#listOfQuestions {
	margin-bottom: 30px;
}
#rule {
	margin-bottom: 30px;
	border: none;
	background-color: #143e75;
}
#questionList {
	margin-left: -23px;
}
#selfPubUl {
	margin-left: -23px;
}
.question {
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
}
.answer {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.goToTop {
	text-align: right;
	font-size: 12px;
}
#progsUl {
	margin-left: -23px;
}
#progException {
	font-size: 12px;
	font-weight: bold;
}
#prepareUl {
	margin-left: -23px;
	list-style: decimal;
}
#bindingChoiceUl {
	margin-left: -23px;
	list-style: decimal;
}
.bottom {
	text-align: center;
}