#center strong {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #404661;
	text-align: left;
	margin-left:10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9FA3B2;
	margin-bottom: 4px;
	padding-bottom: 2px;
	margin-top: 4px;
	margin-right:10px;
	background-color: #f8fdff;
	padding-left: 4px;
}
.question {
	font-size: 12px;
	line-height: 18px;
	color: #000099;
	margin-bottom: 4px;
	margin-right:10px;
	margin-left:10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
}
.answer {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-left:10px;
	text-align: left;
	display: block;
	margin-right:10px;
	padding: 0px;
	margin-left: 10px;
}
