.midtext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #000000;
	border: 1px solid #000000;
	padding: 20px;
	text-align: left;
	vertical-align: top;
}
.rightside {
	color: #999999;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	width: 150px;
	background-color: #000000;
}
.rightside h2 {
	font-size: 14px;
	font-style: italic;
}

.rightside ul {
	color: #000000;
	background-color: #666666;
	padding: 0px;
	width: 100%;
	margin: 0px;
}
.rightside li a:link {
	color: #000000;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(Images/listbg.jpg);
	background-repeat: repeat-x;
}
.rightside li a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(Images/listbg.jpg);
	background-repeat: repeat-x;
}
.rightside li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(Images/listbg_hover.jpg);
	background-repeat: repeat-x;
}
.infobox {
	background-color: #666666;
	padding: 15px;
}

body {
	background-color: #333333;
	background-image: url(NewInterfacePix/bodybg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #999999;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
strong {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
a:link {
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #00FF00;
}
a:visited {
	text-decoration: none;
	color: #00FF00;
}
a:hover {
	color: #4896D4;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.rightside a:link {
	color: #4293D2;
	text-decoration: underline;
	font-size: x-small;
}
.rightside a:visited {
	color: #4293D2;
	text-decoration: underline;
	font-size: x-small;
}
.rightside a:hover {
	color: #00FF00;
	text-decoration: underline;
	font-size: x-small;
}
