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

.faq_container {
	background-repeat: repeat;
	background-position: 0px 0px;
	width: 550px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#apDiv1 {
	position:absolute;
	width:5500px;
	height:115px;
	z-index:1;
}
.faq {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	position: relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
.faq_question {
	font-weight: bold;
	color: #666;
	display: inline-block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: help;
	text-indent:150px
}
.faq_answer_container {
	color: #F90;
	padding: 0px;
	height: 0px;
}
.faq_answer {
	font-weight: normal;
	color: ##F90;
	margin: 0px;
	padding: 10px;
	line-height: 28px;
	text-align: left;
}
.faq_answer_indent1 {
	text-indent: 20px;
}
.faq_answer_indent2 {
	text-align:center;
}
