body {
	background: #000000;
}

a:visited {
	color: #333;
}

.leftmenu {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0; /* needed to align left */
	vertical-align: top;
	background-color: #FFFFFF;
	width: 200px;
}
.topic {
	/*margin: 0;*/
	/*padding: 0;*/
	width:195px;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
	background: #00AA00;
	padding: 1px 0px 1px 5px;
}
.subtopic {
	/*margin: 0;*/
	/*padding: 0*/
	width:200px;
	list-style-type: none;
	text-align: left;
	/*background: #DDDDDD;*/
	padding: 1px 0px 1px 0px;
}

.subtopic a {
	display: block;
	padding: 1px 0px 1px 10px;
	/*border: 1px solid #000000;*/
	/*background: #DDDDDD;*/
	/*text-decoration: none; lets remove the link underlines*/
}

.subtopic :hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
}

.subtopic a:visited:hover {
	display: block;
	padding: 1px 0px 1px 10px;
	/*border: 1px solid #000000;*/
	color: #FFFFFF;
	/*text-decoration: none; lets remove the link underlines*/
}
.sponsor {
	background:#DDD;
}

.fader {
	/*background-image: url(gradient100.png);*/
	background: #FFFFFF;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#000000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fff,  #000); /* for firefox 3.6+ */
	background-repeat: no-repeat;
}

.topmenu {
	text-align: right;
	background-color: #00AA00;
	font-weight: strong;
	height: 20px;
}
.topmenu A:link {
	color: white;
}
.topmenu A:visited {
	color: #BBBBBB;
}
.topleftcell {
	 background-color: #BBBBBB;
}
.logocell {
	vertical-align: middle;
	text-align: center;
	width: 200px;
}
.titlecell {
	background: #FFFFFF;
	vertical-align: bottom;
	text-align: center;
}
.pmwiki {
	text-align: right;
}
.main-table {
	background-color: #000000;
	border: 0px;
}
table {
	border: 0px;
}
.legal {
	font-size: small;
}
img {
	border: 0;
}
.main-cell {
	background-color: #FFFFFF;
	vertical-align: top;
}
.mpiblast {
	color: #00AA00;
	font-style: italic;
}

