#faqTable {
	border: 1px solid #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

#faqQuestionTR {
	background: #CCCCCC;
	font-weight: bold;
}
#faqQuestionIconTD {
	width: 5px;
}
#faqQuestionIconSPAN {
}
#faqQuestionTD {
	display:block;
	color: #0f326c;
}
#faqQuestionSPAN {
	color: #0f326c;
}
#faqTOPTD {
}
#faqTOPSPAN {
}

#faqAnswerTR {
}
#faqAnswerIconTD {
	width: 5px;
}
#faqAnswerTD {
}
#faqAnswerSPAN {
}

#faqSpacerTR {
height:5px;
}
#faqSpacerTD {
	height: 5px;
	background: #508F83;
}
#faqContentsCategoryTD{
padding:4px;
background:#0f326c;
color:#FFFFFF;
font:bold .950em Arial, Helvetica, sans-serif;
	/*display:none; */
}

#faqContentsQuestionTD{
	display:block;
	border-bottom:#335952 solid thin;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}

#faqContentsQuestionTD a {
	font-weight:bold;
	text-decoration:none;
}
	
#faqContentsQuestionTD a:hover {
	color:#CF1920;
	text-decoration:none;
}