.faq-set-container{
	width: 650px;
	text-align: left;
}

.faqs-set-title{
	color: #146d38;
	font-size: 12px;
	font-weight: bold;
}

.faq-item-container{
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #CCCCCC 1px dashed;
}

.faqs-question{
	font-weight: bold;
}

.faqs-answer{
	margin-top: 5px;
	margin-left: 25px;
}

.faqs-link-back{
	text-align: right;
}

.faqs-list-container{
	margin-top: 3px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #CCCCCC 1px dashed;
}

.faqs-list-container ul{
	list-style-type: circle;
	
}

.faqs-list-container ul li{
	margin-bottom: 5px;
}