body, table, td {
	background-color: black;
	color: white;
	font-size: 9pt;
	font-family: arial;
}
#page {
	align: center;
	width: 700px;
	border: 1px solid #009933;
	border-collapse: seperate;
}
#header {
	height: 40px;
}
#sidebar {
	width: 150px;
	vertical-align: top;
}
#content {
	vertical-align: top;
}
.ngroup {
	border: 1px solid #009933;
	margin-bottom: 8px;
}
.ntitle {
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}
.nbody {
	background-color: white;
	padding: 2px;
	color: #009933;
}
a:link    {color: #009933; font-weight: none; text-decoration: none; cursor: help; font-size: 9pt;}
a:visited {color: #000000; font-weight: none; text-decoration: line-through; cursor: help; font-size: 9pt;}
a:active  {color: #ffffff; font-weight: none; text-decoration: none; cursor: help; font-size: 9pt;}
a:hover   { font-weight: none; text-decoration: none; font-size: 9pt; border: none; background-color:#transparent; cursor:help; }
