#qanda_questions {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #999;
	padding: 0px 0px 20px 0px;
}

#qanda_answers {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #999;
	padding: 60px 0px 20px 0px;
}

.qanda_top_grp {
	margin-bottom: 30px;
}

.qanda_top_cat {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	background-color: #eee;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}

.qanda_top_q {
	font-size: 14px;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 25px;
}

.qanda_top_q a {
	color: #000;	
	text-decoration: none;	
}

.qanda_top_q a:hover {
	text-decoration: underline;
}

.qanda_btm_grp {
	margin-bottom: 30px;
}

.qanda_btm_cat {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	background-color: #eee;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}

.qanda_btm_q {
	font-size: 14px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 20px;
	margin-right: 25px;
}

.qanda_btm_a {
	font-size: 13px;
	margin-left: 25px;
	margin-right: 25px;
}

