body {
        background-color: #000000;
	color: #eeeeee;
}
table.vcenter {
	margin-left: auto;
	margin-right: auto;
}

.nospace {
	margin: 0;
}
table.box {
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	width: 80%;
}

span.grey {
	color: #cccccc;
}

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

a:hover {
	color: yellow;
	text-decoration: none;
}

div.center {
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}

div.lmod {
	font-size: small;
	text-align: right;
}	

span.underline {
	text-decoration: underline;
}

span.bold {
	color: #ffffff;
	font-weight: bold;
	font-family: sans-serif;
}

table.menuholder {
	width: 80%;
	margin-left: auto;
	margin-right: auto;	
	background-color: #000000;
}

td.menuholder {
	width: 15%;
	vertical-align: top;
}

td.menutop {
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	vertical-align: middle;
}
td.menumid {
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	vertical-align: middle;
}
td.menubot {
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	vertical-align: middle;
}

table.menu {
	width: 100%;
	background-color: #000000;
}

td.content {
	background-color: #000000;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

td.boxl {
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	padding: 3px;
	text-align: center;
}

.rpad { padding-right: 0.2em; }
