body {
	background-color: #000000;
	margin : 0px;
	padding: 0px;
	scrollbar-base-color: #000000;
	scrollbar-face-color: #D67300;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #D67300;
	scrollbar-darkshadow-color: #D67300;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
	font-family : Verdana;
	font-size : 10px;
	color : #D67300;
}

#index {
	background-image: none;
}

h1 {
	color: #D67300;
	text-align: left;
	font-family: arial narrow;
	font-size: 14px;
}

h2 {
	text-align: right;
	font-size: 10px;
	font-style: italic;
	font-variant: small-caps;
	color : #F7F700;
}

input, select {
	background-color: #000000;
	border: 1px solid #D67300;
	color : #D67300;
	font-family : Verdana;
	font-size : 10px;
}

textarea {
	background-color: #000000;
	border: 1px solid #D67300;
	color : #D67300;
	font-family : Verdana;
	font-size : 10px;
}

img {
	border-style: none;
}

#layout {
	background-image: url(images/back.gif);
	margin: 0px;
	padding: 0px;
	height: auto;
}

#side {
	background-image: url(images/side.gif);
	position: absolute;
	left: 556px;
	top: 110px;
	height: 430px;
	width: 137px;
}

#navigate {
	position: absolute;
	left: 18px;
	top: 278px;
	width: 119px;
	height: 128px;
}

#downloads {
	position: absolute;
	left: 18px;
	top: 131px;
	width: 119px;
	height: 98px;
}

#maindiv {
	position: relative;
	left: 63px;
	top: 0px;
	width: 475px;
	min-height: 530px;
}

#layout > #maindiv {
	top: -10px;
}

#footer {
	position: relative;
	left: 0px;
	bottom: -5px;
	margin: 0px;
}

#links {
	position: absolute;
	left: 470px;
	top: 40px;
}

.button {
	border: 1px solid #D67300;
}

table {
	width: 100%;
}

td {
	font-family : Verdana;
	font-size : 10px;
	color : #D67300;
}

a {
	color : #F7F700;
	text-decoration : none;
}

a:hover {
	color : #D67300;
	text-decoration : none;
}

.disclaimer {
	font-size: 9px;
	text-align: center;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: justify;
}

li {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}