@charset "utf-8";
/* CSS Document */

#faqContentsTable {
		color: #000000;
		margin-left:25px;
		width:530px;
		font-size:16px;
		
		
	}
	#faqContentsCategoryTR {
	}
	#faqContentsCategoryTD {
		color: #002D3F;
		font-size:18px;
		font-weight: bold;
		text-align: center;
		text-decoration:none;
		width:530px;
		border-bottom: 2px solid #002D3F;
		margin-left:100px;
	}
	#faqContentsQuestionTR {
		
	}
	#faqContentsQuestionIconTD {
		width: 0px;
		border-bottom:1px solid #000000;
	}
	#faqContentsQuestionTD {
		color: #002D3F;
		
		height:30px;
	}
	
	#faqContentsQuestionTD a:link{color:#002D3F; margin-left:20px;}
	#faqContentsQuestionTD a:visited{color:#002D3F; margin-left:20px;}
	#faqContentsQuestionTD a:hover{;color:#fff; margin-left:20px; text-decoration:none;}
	#faqContentsQuestionTD a:active{color:#002D3F; margin-left:20px;}
	
	/* "Top" */
	
	#faqTOPSPAN a:link{text-decoration:none;font-weight:bold;color:#FFD100;font-size:14px;}
	#faqTOPSPAN a:visited{text-decoration:none;font-weight:bold;color:#000000;font-size:14px;}
	#faqTOPSPAN a:hover{text-decoration:none;font-weight:bold;color:#FFFFFF;font-size:14px;}
	#faqTOPSPAN a:active{text-decoration:none;font-weight:bold;color:#000000;font-size:14px;}
	
	/*Answers*/
	#faqTable {
		
		padding:5px;
		margin-top:30px;
		width:530px;
		margin-left:25px;
		
	}
	
	#faqQuestionTR {
		
		font-weight: bold;
	}
	#faqQuestionIconTD {
		width: 5px;
	}
	#faqQuestionIconSPAN {
	}
	#faqQuestionTD {
		color: #000000;border-bottom:1px solid #002D3F;
	}
	#faqQuestionSPAN {
		font-size:16px;
				color: #000000;
	}
	
	#faqTOPTD {
		border-bottom:1px solid #002D3F;
		color:#FFD100;
		font-size:12px;
	}
	#faqTOPSPAN {
	
		color:#000000;
		padding-right:5px;
		font-size:12px;
	}
	
	#faqAnswerTD a:link{color:#ffffff;}
	#faqAnswerTD a:visited{color:#ffffff;}
	#faqAnswerTD a:hover{color:#000000;}
	#faqAnswerTD a:active{color:#000000;}
	
	#faqAnswerTR {
		font-size:14px;
	}
	#faqAnswerIconTD {
		width: 5px;
	}
	#faqAnswerTD {
		color:#000000
	}
	#faqAnswerSPAN {
		color:#000000
	}
	#faqSpacerTR {
	}
	#faqSpacerTD {
		height: 5px;
		
	}