.faqtoggler,.closed {
	background: url(square.png) no-repeat;
	padding-left: 20px;
	line-height: 200%;
}
a.faqtoggler{
	color: maroon;
}
.togglerdiv{

}
.answer{
	text-justify: auto;
	text-align: left;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.open {
	background: url(dash.png) no-repeat; 
	
}
.faqClear {
	clear: both;
}
.faqList{
	line-height: 150%;
}
