body{
	background-color:#000000;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #bbbbbb;
}
.faqCategory {
	margin-top: 3px;
	padding: 0px 5px 1px 5px;
	font-size: 15px;
	font-weight: bold;
	font-stretch:wider!important;
	color:#FFFFCC;
	background: #152022 url(/gui/bg.jpg);
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
}
.faqCategoryList {
	border-left: 1px #555555 solid;
}
.faqQuestion {
	padding-left: 35px;
	padding-top: 3px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer; 
	text-indent: -20px;
	color:#ffc499;
}
.faqAnswer {
	display: none; /* do not change */
	margin-left: 55px;
	margin-right: 10px;
}