/* CSS Document */

#faqContentsTable{
margin:20px 0;
}
#faqTable {
	/*border: 1px solid #000000;*/
	/*font: 12px Arial, Helvetica, sans-serif;*/
margin:20px 0;
}

#faqQuestionTR {
	/*background: #CCCCCC;*/
	font-weight: bold;
	color:#F3D03C;
}
.faqContentsQuestionTD{
width:100%;
}
#faqQuestionIconTD {
	width: 5px;
}
#faqQuestionIconSPAN {
}
#faqQuestionTD {
	/*color: #0000FF;*/
width:100%;
}
#faqQuestionSPAN {
	/*color: #0000FF;*/
}
#faqTOPTD a {
text-decoration:none;
font-weight:normal;
}
#faqTOPSPAN {
}

#faqAnswerTR {
}
#faqAnswerIconTD {
	width: 5px;
}
#faqAnswerTD {
}
#faqAnswerSPAN {
}

#faqSpacerTR {
}
#faqSpacerTD {
	height: 5px;
	/*background: #FFFFCC;*/
}
