body, table {
	font-family: sans-serif;
	font-size: x-small;
	background-color: black;
	color: #66ff00;
}

div.centered {
	text-align: center;
	width: 100%;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #ff9900;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #ffcc00;
}

h3 {
	color: yellow;
}

a, a:visited {
	color: #ffcc00;
}

a:hover {
	color: white;
}

th {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}

th {
	font-weight: bold;
	color: #009900;
}

b {
	color: #ffff00;
}

#MAINTABLE, #TOPTABLE {
  text-align: left;
  width: 866px;
  margin: auto;
}

#TOPSPACER {
  width: 150px;
}

.TCIMG {
	background-image : url(images/top-center.jpg);
	background-repeat : no-repeat;
	height: 95px;
}

.BBIMG {
	background-image : url(images/bottom-bottom.jpg);
	background-repeat : no-repeat;
	height: 50px;
	padding-left: 100px;
	padding-right: 10px;
	padding-top: 20px;
	cursor: pointer;
}

.BLIMG {
	background-image : url(images/bottom-left.jpg);
	background-repeat : no-repeat;
	height: 454px;
	width: 101px;
}

.BRIMG {
	background-image : url(images/bottom-right.jpg);
	background-repeat : no-repeat;
	height: 454px;
	width: 128px
}

.BCIMG {
	background-image : url(images/bottom-center.jpg);
	background-repeat : no-repeat;
	width: 637px;
	height: 454px;
}

.content {
	overflow: auto;
	margin: 10px;
	height: 434px;
	scrollbar-track-color: #444444;
	scrollbar-face-color: #009933;
	scrollbar-highlight-color: #66cc00;
	scrollbar-3dlight-color: #339900;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #003300;
	scrollbar-arrow-color: #006600;
}

.open {
	cursor: pointer;
	padding-left: 20px;
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.closed {
	cursor: pointer;
	padding-left: 20px;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.visible {
	padding-left: 20px;
}

.nonvisible {
	display: none;
	margin-left: 20px;
	padding: 10px;
	width: 550px;
	border: 1px solid #003300;
	background-color: #001100;
}
