body
{
	background-color:black;
	color:white;
	font-family:Verdana;
	font-size:8pt;
        margin-top:0px;
        margin_bottom:0px;
        margin:0px;
}
a:link
{
	color:white;
	text-decoration:none;
}
a:visited
{
	color:white;
	text-decoration:none;
}
a:active
{
	color:white;
	text-decoration:none;
}
a:hover
{
	color:white;
	text-decoration:underline;
}
a:focus
{
	color:white;
	text-decoration:none;
}
h1
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:lighter;
	font-stretch:ultra-expanded;
	font-style:normal;
	margin-top:0px; 
	margin_bottom:0px;
	margin:0px;
}

.subnav
{
	position: absolute;
	visibility: hidden;
	z-index: 2;
}

.dropnav
{
	border-right-style: double;
	border-right-width: 3px;
	border-right-color: #505050;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #505050;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #505050;
	background-image: url(http://shadowland.darkzone.org/images/navbg.gif);
	width: 100px;
}

.navtext
{
        font-family:Verdana;
        font-size:8pt;
        font-weight:lighter;
        font-stretch:ultra-expanded;
        font-style:normal;
	color: #C0C0C0;
        margin-top:0px;
        margin_bottom:0px;
        margin:0px;
}
.box
{
        border-left-style: solid;
        border-right-style: solid;
        border-left-width: 1px;
        border-right-width: 1px;
        border-color: #A0A0A0;

}
.topbox
{
        border-style:solid;
        border-width:2px;
        border-left-color:#A0A0A0;
        border-top-color:#A0A0A0;
        border-right-color:#505050;
        border-bottom-color:#505050;
}
.subbox
{
        border-style:solid;
        border-width:2px;
        border-right-color:#A0A0A0;
        border-bottom-color:#A0A0A0;
        border-left-color:#505050;
        border-top-color:#505050;
}
.input
{
        border-style: solid;
        border-top-style: none;
        border-width: 1px;
        border-right-color: #505050;
        border-left-color: #505050;
        border-bottom-color: #505050;
        background-color: #A0A0A0;
        width: 100%;
}
.nospace
{
	border-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
