#faq p {
	padding-bottom: 0px;
	border-bottom: none;
}

#question_indexes {
	margin-bottom: 20px;
}

.question_index {
	padding-bottom: 5px;
}

#question_answers { 
	text-align: justify;
	border-bottom: 1px solid #CCC;
}
#question_answers h2 {
	text-align: left;
}


#question_answers a {
	background-color: transparent;
	color: #444;
	text-align: left;
}

#question_answers ul {
	font-size: 12px;
	text-align: left;
}

.question_answer {
	border-top: 1px solid #CCC;
	margin-bottom: 10px;
}

