body {
	margin: 0px;
	background-color: #000000;
	background-image: url(green-black.gif);
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
}
a,a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #000099;
}
a.nv,a.nv:visited {
	color: #BBC9BD;
	text-decoration: none;
}
a.nv:hover {
	color: #FFFFFF;
}
a.bl,a.bl:visited {
	color: #0033FF;
	text-decoration: none;
}
a.bl:hover {
	color: #0033FF;
	text-decoration: underline;
}
.sm {
	font-size: 8pt;
}
.lg {
	font-size: 12pt;
}
.wh {
	color: #FFFFFF;
}
.r {
	color: #CC0000;
}
.nav {
	line-height: 20px;
	font-weight: bold;
}
.tnr {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	list-style-type: disc;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	list-style-type: decimal;
}
.nobul {
	list-style-type: none;
}