body {
	background-color: #222222;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	color: #000000;
}
img {
	border: none;
}
th {
	font-size: 13px;
	background-color: #CCCCCC;
}
.maintable {
	background-color: #FFFFFF;
	border: none;
	text-align: left;
}
.copyright {
	font-size: 10px;
	color: #CCCCCC;
}
.topnavigation {
	font-size: 12px;
	color: #333333;
	text-align: center;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}
.leftnavigation {
	background-color: #CCCCCC;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.content {
	font-size: 12px;
	color: #000000;
	padding: 15px;
	font-weight: bold;
}
.heading {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.largeheading {
	font-size: 20px;
}
.notbold {
	font-weight: normal;
}
