body {
	postion:  relative;
	min-width:  600px;
	width: 100%;
	height:  100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:  none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: black;
	color: white;
	}
a {
	text-decoration:  underline;
	color:  #ffffff;
	outline: none;
	}
a:visited {
	color:  #999999;
	}
a:active {
	color:  #ffffff;
	}
a:hover {
	color: #990000;  /* bright red */
	text-decoration: underline;
}
p, p.indent, h1, h2, h3, h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: white;
	margin-top: 0px;
	}
p.indent {
	margin-left: 20px;
	}
h1 {
	font-size: 14px;
	font-weight:  bold;
}
h2 {
	font-size: 12px;
	font-weight:  bold;
}
.printonly {
	display: none;
}
.foreground{
	z-index:  9;
}
.nav, .subnav{
	border:  0;
}
ul.subnavlist{
	font-weight: bold;
	list-style : none outside ;
	margin: 0 0 0 0;  /* i.e. */
	padding:  0 0 5px 0;  /* for mozilla */
}
ul.subnavlist li{
	margin-left: 15px;
}
ul.subnavlist li a{
	text-decoration: none;
}
ul.subnavlist li a:visited {
	color:  #ffffff;
}
ul.subnavlist li a:hover {
	color: #990000;  /* bright red */
	text-decoration: none;
}
ul.subnavlist li a:active {
		color:  #999999;  /* grey */
}

#north{
		background-color: white;
}

/* DIVs must have a border value set in Netscape 4.x */
DIV { border: none; }
