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

body
 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #000000;
	color: #FFFFFF;
}
.faq_subject {
	font-size: 14pt;
	font-weight: bold;
	color: #FFFF00;
	display: block;
}
.faq_question {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
	padding-top: 12px;
	padding-bottom: 2px;
}
.fqg_answer {
	color: #999999;
}

