html, body {
	background-color: #ffffff;
	color: #000000;
}

ol {
	list-style-type: upper-roman;
}

ol ol {
	list-style-type: upper-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

a:hover {
	text-decoration: none;
	color: #006600;
	background-color: #ffffff;
}

a.bar {
	font-weight: bold;
	color: #ccffff;
	font-family: Lucida Console, Verdana, Sans-Serif;
	text-decoration: none;
	background-color: #666699;
}

a.bar:hover {
	color: #cccccc;
	text-decoration: underline;
	background-color: #666699;
}

a.current {
	color: #ff0000;
	font-size: 14pt;
	font-weight: bold;
	background-color: #ffffff;
}

td.side {
	text-align: left;
	width: 20%;
}

img.link {
	border: 0pt;
	margin-bottom: 10px;
	margin-right: 10px;
}

td.menu {
	background-color: #666699;
	color: #ffffff;
	width: 16.6%;
	text-align: center;
}

.main {
	background-color: #ffffff;
	color: #000000;
	width: 80%;
}

.review {
	text-decoration: none;
	text-align: center;
	color: #006600;
	background-color: #ffffff;
	padding: 1em 0 1em 0;
}

.areview {
	text-decoration: underline;
	color: #006600;
	background-color: #ffffff;
}
			
.areview:hover {
	text-decoration: none;
	color: #000066;
	background-color: #ffffff;
}

.menuTable {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 118px;
	text-align: center;
	height: 40px;
	margin-left: 0px;
	margin-right: 0px;
}

.crumb {
	font-weight: bold;
	color: #666699;
	background-color: #ffffff;
	margin-left: 20px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.bu {
	font-weight: bold;
	text-decoration: underline;
}

.hLogo {
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	height: 85px;
	z-index: 3;
}

.hLeft {
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: left;
	width: 123px;
	height: 80px;
	z-index: 2;
}

.hRight {
	position: absolute;
	right: 5%;
	top: 22px;
	text-align: right;
	height: 80px;
	z-index: 1;
}

.menuPos {
	position: absolute;
	left: 20px;
	top: 180px;
}

.mainBody {
	position: absolute;
	left: 160px;
	top: 180px;
	padding-top: 2em;
}

.footer {
	margin-top: 15px;
	border:1px solid #000000;
}

.title {
	text-align: center;
	font-size: 115%;
	font-weight: bold;
}

.date {
	text-align: center;
	font-size: 115%;
	font-weight: bold;
}

.source {
	font-style: italic;
	font-size: 80%;
}

.topics {
	font-weight: bold;
}