body {
	background-color: #000000;
	SCROLLBAR-FACE-COLOR: #424143;
	SCROLLBAR-HIGHLIGHT-COLOR: #8a8a8a;
	SCROLLBAR-SHADOW-COLOR: #8a8a8a;
	SCROLLBAR-3DLIGHT-COLOR: #424143;
	SCROLLBAR-ARROW-COLOR:  #8a8a8a;
	SCROLLBAR-TRACK-COLOR: #424143;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: normal;
}
b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
table {
	background-color: #FFFFFF;
	border: 4px double #CCCCCC;
	background-position: center;
	width: 600px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8a8a8a;
	text-decoration: underline;
	border-bottom: 1px dashed #8a8a8a;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
img {
	border: 0px;
	text-decoration: none;
}

