/* This style sheet styles the custom content contained inside the about BCF section of the site */
.online_faq_no_style {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px 15px;
}
.online_faq_flat_ul {
	list-style-type: disc;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0px;
}
.online_ol {
	margin-top: 0px;
	margin-bottom: 10px;
}
.online_ul_nostyle {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 15px;
}
