﻿body
{
	scrollbar-arrow-color: #CC9900;
	scrollbar-base-color: black;
	scrollbar-track-color: #330000;
	scrollbar-face-color: #663300;
	scrollbar-shadow-color: #CC6600;
	scrollbar-highlight-color: #CC9966;
	background-image: "gfx/earthbg.gif";
	background-repeat: repeat;
	background: black;
	font-family: Arial;
	color: White;
	font-size: small;
}

a:link
{
	color: beige;
	text-decoration: none;
}

a:hover
{
	color: #ff9966;
	text-decoration: none;
}

.hdr
{
	font-size: medium;
	height: 22;
	color: sienna;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background-color: #660000;
	border-right: saddlebrown thin solid;
	border-top: saddlebrown thin solid;
	border-left: saddlebrown thin solid;
	border-bottom: saddlebrown thin solid;
}

.subhdr
{
	font-size: small;
	height: 18;
	color: white;
	text-align: left;
	vertical-align: bottom;
	background-color: #660000;
	border-right: saddlebrown thin solid;
	border-top: saddlebrown thin solid;
	border-left: saddlebrown thin solid;
	border-bottom: saddlebrown thin solid;
}

.spcr
{
	height:48;	
}

.ftr
{
	font-size: x-small;
	color: Goldenrod;
	text-align: center;
}

table
{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

td
{
	background-color: darkgreen;
	border-bottom: green thin solid;
}

.std
{
	background-color: black;
	border-bottom: black;
}

.tn
{
	cursor: hand;
	border: 0;
}

.tdd
{
	width: 96;
	background-color: Green;
}