body {
	color: #000000;
	background-color: #CCCCCC;
}
h1 {
	font-size: 150%;
}
a {
	color: #CC0000;
}
a.hover {
	color: #000000
}

.light {
	background-color: #CCCCCC;
}

.dark {
	background-color: #999999;
}

.darksubmit {
	color: #000000;
	background-color: #CCCCCC;
	border-left: 4px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.nav {
	font-family: sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: overline;
}
.nav:hover {
	font-family: sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #999999;
}
.nav:active {
}
.nav:visited {
}
.navsel {
	font-family: sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #330000;
}
.utils {
	font-family: sans-serif;
	font-size: 90%;
	color: #000000;
	text-decoration: underline;
}

.leftnavtitle {
	font-weight: bold;
	color: #660000;
	background-color: #CCCCCC;
	text-align: center;
}
.leftnav {
	color: #000000;
	background-color: #CCCCCC;
}
.leftnav:hover {
	color: #000000;
	background-color: #999999;
	text-align: center;
}
.nextreleasetitle {
	font-weight: bold;
	color: #000000;
	background-color: #999999;
}
.nextrelease {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.nextrelease:hover {
	color: #CC0000;
	background-color: #C0C0C0;
}
.nextrelease:active {
	color: #CC0000;
}
.nextrelease:visited {
	color: #000000;
}

.newreviewtitle {
	font-weight: bold;
	color: #00000;
	background-color: #999999;
}
.newreview {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.newreview:hover {
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
.newreview:active {
	color: #CC0000;
}
.newreview:visited {
	color: #000000;
}

.footer {
	margin-top: 20;
	font-family: sans-serif;
	font-size: 50%;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
}