/* CSS Document */
body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.default {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.heading {
	font-size:24px;
	font-weight:bold;
	display:block;
	border-bottom:dotted 1px #027ABB;
	background-image:url(../photos/custom/module_siteapex.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-bottom:10px;
	padding-top:10px;
	clear:both;
}
.heading2 {
	font-size:24px;
	font-weight:bold;
}

.subheading {
	font-size:16px;
	font-weight:bold;
	display:block;
	border-bottom:dotted 1px #027ABB;
	padding-bottom:5px;
	padding-top:10px;
	clear:both;
}
.subheading2 {
	font-size:14px;
	font-weight:bold;
}

.emphasis {
	color:#027ABB;
}
img.fl {
	float:left;
	padding-right:12px;
}
img.fr {
	float:right;
	padding-left:12px;
}
#content ul li {list-style:square;}
#content ol li {list-style:lower-roman;}