body, body div {
	font-family: Helvetica, "Segoe UI", Verdana, Tahoma, Arial;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	line-height: 18px;
	color: #333333;
}
a:active {
	text-decoration: none;
}
a:link {
	color: #0d7deb;/*#0080FF;*/
	text-decoration: none;
	font-weight: bold;
	border: 1px none #FF9900;
}
a:visited {
	color: #0d7deb;/*#0080FF;*/
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.pagecaption {
	font-size: 18px;
}
.colheader {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
td {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}
td.tabletitle {
	font-size: 18px;
	font-weight: bold;
}
td.cellnumber {
	text-align: right;
}
td.rowheader {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
td.headlink {
	font-size: 14px;
}
div.sep {
  width: 50px;
  border: 1px solid transparent;
	float: left;
}
div.content {
  padding-left: 50px;
  padding-right: 50px;
	float: left;
}
ul, ol {
  line-height: 30px;
}
.highlight, .hl {
  font-weight: bold;
}
ol li {
	margin-bottom: 25px;
}
ol.alpha {
    list-style-type: lower-alpha;
}
.menuItem, .menu {
	font-weight: bold;
}
.navTopMenu {
	font-size: 14px;
	float: right;
	padding-right: 30px;
}