div.moduletable h3 {
	padding:6px;
	background-image:url(../images/bullets/faq_upward.gif);
	background-repeat:no-repeat;
	background-position: right top;
	display:block;
	color:#0f5a02;
	font-size:17px;
	padding-bottom:1px;
}	
div.moduletable h3.collapse {
	padding:6px;
	background-image:url(../images/bullets/faq_downward.gif);
	background-repeat:no-repeat;
	background-position: right top;
	display:block;
	color:#000;
	font-size:17px;
	border-bottom:1px solid #f2e7dd;
}