/*-----------*/
/*    FAQ    */
/*-----------*/

.faq{
	
	margin-left: 20px;
	color:#235F82;
	
	font-size: 12px;
	list-style-type: decimal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.faq li{
	margin-bottom:10px;

}
.faqr{
	margin-top: 20px;
	margin-left: 20px;
	color:#505050;

	font-size: 12px;
	list-style-type: decimal;

	border-bottom: 1px dashed #ccc;
}
#content .faqr p.q{
	font-weight: bold;
}
#content a.btop{
	margin-bottom: 20px;
	display:block;
}
