.questions {
	background: none;
	color: #336699;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9rem;
line-height: 1.15rem;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding-bottom:18px;
	display: list-item;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 25px;
	
}

.questions:hover {
	color: #666666;
	text-decoration: underline;
	display: list-item;
	list-style-type: square;
	list-style-position: outside;
	
}

.qnumber {
	padding-bottom:18px;
	padding-right: 10px;
	float:left;
	text-align:right;
	width: 25px;
}

.block {
	font-size: .9rem;
line-height: 1.15rem;
/*	padding-bottom:10px;*/
}

.block p {
	margin-top: 0px;
}


.answer {
	padding-bottom:20px;
	margin-left:36px;
	margin-right:15px;
	padding-top: 0;
	margin-top: 0;
}

.expand_link, .collapse_link { 
	cursor: pointer;
	font-size: .9rem;
line-height: 1.15rem;
}



