/* CSS Document */

body {
	SCROLLBAR-FACE-COLOR: #404040;
	SCROLLBAR-HIGHLIGHT-COLOR: #8c8c8c;
	SCROLLBAR-SHADOW-COLOR: #8c8c8c;
	SCROLLBAR-3DLIGHT-COLOR: #8c8c8c;
	SCROLLBAR-ARROW-COLOR: #8c8c8c;
	SCROLLBAR-TRACK-COLOR: #404040;
	background-color: #404040;
	}
	
table {
	background-color: #404040;
	border: 2px solid #999999;
	margin: 4px;
	height: auto;
	width: 600px;
}
h1 {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #8a8a8a;
	text-decoration: none;
}
b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
td {
	background-color: #FFFFFF;
	border: 2px solid #999999;
}
blockquote {
	height: auto;
	width: 600px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

