#faq h1 {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 0px 0px;
}
#faq h2 {
	background: url(../_graphics/faq/open.png) no-repeat 5px 12px;
	display: block;
	cursor: pointer;
	padding: 10px 0px 0px 25px;
}
#faq h2:last-of-type {
	padding: 10px 0px 10px 25px;
}
#faq .answer {
	background: #CFF;
	text-indent: 20px;
	text-align: justify;
	margin: 5px 5px 5px 25px;
	padding: 5px 5px 5px 5px;
}
#faq .close {
	background-image: url(../_graphics/faq/close.png);
}