div#faqTitle {
	color:#666666;
	font-size:13pt;
	font-weight:bold;
	margin:20px 0 10px 0;
	text-align:center;
}

div#faqSubTitle {
	font-size:11pt;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}

div#faqSubTitle a:hover { color:#FF6D01; }

ul#faqs {
	margin:0; padding:0;
	list-style: none;
	list-style-image: none;
}

ul#faqs li {
	border:3px solid #eee;
	background-color:#fff;
	padding:20px;
	margin-bottom:7px;
	text-align: justify;
	color:#666666;
}

