@charset "utf-8";
.faqback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
	padding-top: 0px;
	padding-left: 10px;
}
.h1faq {
	font-size: 14px;
	font-weight: bold;
	color: #AFC538;
	margin: 0px;
}
.top_left_faq {
	background-image: url(../images/top_left_faq.gif);
	background-repeat: no-repeat;
}

.top_right_faq {
	background-image: url(../images/top_right_faq.gif);
	background-repeat: no-repeat;
}

.bot_left_faq {
	background-image: url(../images/bottom_left_faq.gif);
}

.bot_right_faq {
	background-image: url(../images/bottom_right_faq.gif);
}

.top_faq {
	background-image: url(../images/top_faq.gif);
	background-repeat: repeat-x;
}

.left_faq {
	background-image: url(../images/left_faq.gif);
	background-repeat: repeat-y;
}

.bottom_faq {
	background-image: url(../images/bottom_faq.gif);
}

.right_faq {
	background-image: url(../images/right_faq.gif);
	background-repeat: repeat-y;
}

