@CHARSET "ISO-8859-1";

.faq a {
	text-decoration : underline;
	color : #CD7328;
}

.faqList {
	list-style-type : none;
}

.faqList li {
	margin-bottom : 10px;
}

.faqAnswer {
	margin-top : 10px;
	padding : 10px;	
	font-size : 85%;
	color : #000;
}

