.faqHeader
{
	background-image:url('../images/faq/pageHeader.png');
}

.faqQuestionOpen
{
	display: block;
	position:relative;
	/*height:15px;*/
	margin-bottom:17px;
	padding-left:22px;padding-top:1px;
	font-family:Arial;font-weight:bold;font-size:12px;color:#003a33;
	background-image:url('../images/faq/openButton.jpg');
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-decoration: underline;
}
.faqAnswer
{
	display:none;
	position:relative;
	margin-top:10px;margin-bottom:17px;
	padding:15px;
	background-color:#f7f5f0;
}
.faqQuestionClose
{
	position:relative;
	/*height:14px;*/
	margin-bottom:11px;
	padding-left:22px;padding-top:1px;
	font-family:Arial;font-weight:bold;font-size:12px;color:#b49740;
	background-image:url('../images/faq/closeButton.jpg');
	background-position:0px -2px;
	background-repeat:no-repeat;
}
.faqAnswerText *
{
	font-family:Arial;font-weight:normal;font-size:12px;color:#313131;
}
.faqAnswerText p
{
	margin-bottom:13px;line-height:1.5;
}
.faqAnswerText .top
{
	position:relative;
	width:100%;height:15px;	
}
.faqAnswerText a.toTop
{
	display:block;
	position:absolute;right:0px;
	width:60px;height:15px;
	/*color:#003a33;*/
	padding-left:10px;padding-top:1px;
	background-image:url('../images/faq/topArrow.jpg');
	background-position:0px 0px;
	background-repeat:no-repeat;		
}
