html {
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #000000;
	height: 100%;
}

BODY {
	background-image: url('images/stars.png');
	background-repeat: repeat;
	background-attachment: fixed;
	height: 97%;
	color: #FFFFFF;
	font-size: 13.5px;
	margin: 0px;
	font-family: helvetica, verdana, sans-serif;
	line-height: 1.4;
}

INPUT {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}

TEXTAREA {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}

LI {
	margin-bottom: 5px;
}

img {
	border: none;
}

A.imagelink {
	border: none;
	background: none;
	padding: 0px;
}

A:link {
	color: #cccccc;
}

A:visited {
	color: #cccccc;
}

A:hover {
	color: #FFFFFF;
}

A:active {
	color: #FFFFFF;
}

TABLE.maintable {
	border: none;
	padding: 15px;
	padding-top: 12px;
	margin: 0px;
}

TABLE.maintable TR {
	border: none;
	padding: 0px;
	margin: 0px;
}

TABLE.maintable TD {
	border: none;
	padding: 0px;
	margin: 0px;
}

TABLE TD {
	vertical-align: top;
	text-align: left;
}

TABLE TD.innerBorder {
	background-color: #FFFFFF;
}

TABLE TD.outerBorder {
	background-color: #000000;
}

TABLE TD.content {
	background-image: url('images/sides/background.png');
}

TABLE TD.topLeft {
	width: 9px;
	height: 9px;
	background-image: url('images/sides/topLeftSolid.png');
}

TABLE TD.topRight {
	width: 9px;
	height: 9px;
	background-image: url('images/sides/topRight.png');
}

TABLE TD.top {
	height: 9px;
	background-image: url('images/sides/top.png');
}

TABLE TD.left {
	width: 9px;
	background-image: url('images/sides/leftSolid.png');
}

TABLE TD.right {
	width: 9px;
	background-image: url('images/sides/right.png');
}

TABLE TD.bottomLeft {
	width: 9px;
	height: 9px;
	background-image: url('images/sides/bottomLeftSolid.png');
}

TABLE TD.bottomRight {
	width: 9px;
	height: 9px;
	background-image: url('images/sides/bottomRight.png');
}

TABLE TD.bottom {
	height: 9px;
	background-image: url('images/sides/bottom.png');
}

TABLE TD.spacer {
	width: 9px;
}

TABLE TD.menu {
	background-image: url('images/tablebackground.png');
}

DIV.content_div {
	padding-left: 8px;
	/*width: 95%;*/
}

TABLE.listing TD {
	border-bottom: solid;
	border-width: 1px;
	border-color: #DDDDDD;
	padding-bottom: 4px;
	padding-top: 3px;
}

.inactive {
	color: #666666;
}

.smalltitle {
	line-height: 1;
	font-weight: bold;
	width: 100%;
	padding-left: 12px;
	padding-top: 15px;
	margin-bottom: 7px;
	border-bottom: solid;
	border-width: 1px;
	border-color: #777777;
	padding-bottom: 3px;
}

.newstitle {
	padding-left: 12px;
	font-weight: bold;
}

.downloads {
	margin-top: 10px;
	line-height: 2;
}

.systemrequirements {
	font-size: 12px;
}

DIV.newstext {
	margin-bottom: 10px;
	border-bottom: solid;
	border-width: 1px;
	border-color: #777777;
	padding-bottom: 4px;
	padding-left: 5px;
}

DIV.tools {
	display: inline;
	line-height: 1.6;
}

DIV.copynotice {
	margin-top: 4px;
	font-size: 12px;
}

DIV.downloadnotice {
	margin-top: 15px;
	margin-bottom: -12px;
}

DIV.images {
	margin-bottom: 5px;
}

.error {
	margin: 3px;
	border: solid;
	border-width: 2px;
	border-color: #FF0000;
	background-color: #FFCCCC;
	font-weight: bold;
	color: #330000;
	padding: 2px;
}

DIV.text_column {
	margin-left: 20px;
}

.title {
	font-size: 20px;
	margin-bottom: 7px;
}

.pagetitle {
	font-size: 28px;
	margin-top: 12px;
}

.faint {
	font-size: 12px;
}

.thumb {
	margin-right: 9px;
	margin-bottom: 9px;
	border: solid 1px #CCCCCC;
}

.set_thumb {
	margin-right: 9px;
	margin-bottom: 9px;
	border: none;
	z-index: 20;
	position: relative;
}

.thumb_shadow {
	position: absolute;
	border: none;
	z-index: 10;
}

.thumb_L {
	margin-left: -23px;
	margin-top: 1px;
	position: absolute;
	border: none;
	z-index: 30;
}

.illustration {
	float: left;
	border: none;
	margin-right: 5px;
}

.navigation {
	margin-top: 10px;
	font-size: 17px;
	line-height: .5;
}

.navigation a {
	display: block;
	text-decoration: none;
	background-color: #333333;
	padding: 8px;
	padding-bottom: 7px;
	text-align: center;
	border: solid 1px #ffffff;
	border-radius: 8px;
	-khtml-border-radius: 8px;
	-opera-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.navigation a:hover {
	background-color: #555555;
}

.titleimg {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 650px;
	height: 200px;
}