/*Eric Meyer's based CSS tab*/

/*#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}*/

/*#tablist li a:hover{
color: #000000;
background: #C1C1FF;

}

#tablist li a.current{
background: lightyellow;
}*/

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
}


div#faqbox {
	width:900px; 
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
	}
div#faqbox #head {
	width:900px;
	height:30px;
	font-size:16px;
	font-weight:bold;
	}
div#faqbox #head a {
	padding:5px 10px; color: #333333;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	float:left;
	}
div#faqbox #head a:hover {
	text-decoration: underline;
	}
div#faqbox #para {
	width:900px;
	font-size:14px;
	font-weight:normal;
	}
#para p {
	display:block;
	padding:5px 10px; 
	}
#para p#que {
	color:#4B2B79;
	background:#F4F1F0;
	}
#para p#ans {
	color:#5B5B5B;
	}
