.FAQ_ques{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}.FAQ_ans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: justify;
	line-height: 23px;
}
.FAQ_links {
	color: #0066CC;
	text-decoration: underline;
}
.FAQ_links:hover {
	color: #0066CC;
	text-decoration: none;
	cursor:pointer;
}