/* free ------------------------------ */
h1 {
	border-bottom: 4px double #F486CC;
	font-size: 120%;
	margin-bottom: 15px;
}
h2 {
	background-color: #F0F0F0;
	color: inherit;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	font-size: 120%;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}
h3 {
	color: #785019;
	background-color: inherit;
	background: url(../images/h3-icn.gif) no-repeat 0em 0.3em;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h4 {
	background: url(../images/h4-icn.gif) no-repeat 0em 0.3em;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}	
h5,h6 {
	margin-top: 15px;
	margin-bottom: 10px;
}	
/* FAQ ------------------------------ */
#question td,#answer td {
	padding-top: 8px;
}
#question h2,#answer h2 {
	background: #FFFFFF;
	color: inherit;
	font-size: 100%;
	border: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#question p {
	font-weight: bold;
}
