ol#mainList li span.question,div.question {
	cursor : pointer;
	font-weight : bold;
	color : #000088;
	text-decoration : underline;
	line-height : 32px;
}
div.question {
	cursor : pointer;
	font-weight : bold;
	color : #000088;
	text-decoration : underline;
	line-height : 32px;
}
ol#mainList li {
	font-weight : bold;
	color : #000088;
	padding : 0px;
}
ol#mainList {
	padding : 0px;
	margin-left : 30px;
}
ol#mainList li div.answer {
	margin-top : 20px;
	margin-bottom : 20px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 15px;
	padding-bottom : 15px;
	background-color : #E7EdF5;
	border : 1px solid #000066;
	cursor : default;
	font-weight : normal;
	color : #000000;
	display : none;
}
div.answer {
	margin-top : 10px;
	margin-bottom : 20px;
	padding:15px;
	background-color : #E7EdF5;
	border : 1px solid #000066;
	cursor : default;
	font-weight : normal;
	color : black;
}