/* CSS Document */
/*----- Table of Contents -----*/
#faqContentsTable {
	width: 100%;
	margin-bottom: 15px;
	/*border: 1px solid #000000;*/
	font: .975em Arial, Helvetica, sans-serif;
}
#faqContentsCategoryTR {
}
#faqContentsCategoryTD {
	background: #9DB38C  repeat-x left top;
	color: #000000;
	width: 100%;
	font-size: .975em;
	font-weight: bold;
	line-height: 6px;
	text-indent: 10px;
	display:none;
}
#faqContentsQuestionTR {
}
#faqContentsQuestionIconTD {
	/*width: 5px;*/
	display: none;
}
#faqContentsQuestionTD {
	padding: 2px 0;
	font-size:.975em;
}

/*----- Q/A -----*/
#faqTable {
	/*border: 1px solid #000000;*/
	font: .950em Arial, Helvetica, sans-serif;
}

#faqQuestionTR {
	/*background: #CCCCCC;*/
	font-weight: bold;
}
#faqQuestionIconTD {
	width: 5px;
}
#faqQuestionIconSPAN {
}
#faqQuestionTD {
	color: #0000FF;
	border-bottom: 1px solid #DCDCDC;
}
#faqQuestionSPAN {
	color: #662200;
	font-size: 1.3em;
}
#faqTOPTD {
	border-bottom: 1px solid #DCDCDC;
	text-transform: lowercase;
}
#faqTOPSPAN {
}

#faqAnswerTR {
}
#faqAnswerIconTD {
	width: 5px;
}
#faqAnswerTD {
	padding-top: 8px;
}
#faqAnswerSPAN {
}

#faqSpacerTR {
}
#faqSpacerTD {
	height: 5px;
	/*background: #FFFFCC;*/
}

