.faq {
	border: 0px solid;
	font-family: Verdana, Geneva, sans-serif;
	border-color: #00 #000 #000 #000;
	font-size: 14px;
	
}
.faq_group{
	list-style-type: square;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B7DA25;
	
}
.faq_question{
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.faq_answer{
	list-style-type: none;
	display: block;
	padding: 2px 2px 5px 10px;
	background-color: #eeeeee;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}


