@charset "UTF-8";
/* CSS Document */

#faqcontent body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 82%;}
#faqcontent h2 {/*background-color: #FFFFFF; color: #000000; font-size: 1.2em; padding: 5px; width: 98%;*/}
#faqcontent h3, h4 {color: #000000; font-size: 1.1em;}
#faqcontent a { /*color: #BD4A18;*/}

#faqcontent h4 {
	margin: 20px;
	}
	
#faqcontent ul {
	margin-left: 50px;
	}


#faqcontent li {padding: 2px 0;}

#faqcontent dt {
	font-weight: bold; 
	margin: 15px 50px 5px;
}

#faqcontent dt:before {
	content: "Q";
	font-size: 2.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 7px;
	padding: 0 8px 5px 8px;
	color: #33CCFF;
	background-color: #3300FF;
	font-weight: normal;
	margin-left: -47px;
	position: relative;
	top: 13px;
	}


#faqcontent dd {
	margin: 25px 50px 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	line-height: 150%;	
	}
	
#faqcontent dd:before {
		content: "A";
		font-size: 2.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 0 9px;
		color: #3300FF;
		background-color: #33CCFF;		
		margin-left: -47px;
		position: relative;
		top: 13px;
	}
	
.totop {text-align: right; margin: 25px 50px;}	

#faqcontent hr {color:#666; 
	background-color: #666; 
	height: 1px; 
	border: 0; 
	width: 90%; 
	margin: 35px auto 25px auto;}

