BODY {
	background-color: #000000;
	margin-top: 0px;
	background-repeat: no-repeat;
	font-size:10px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.copy { font-size:10px;
	color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

table { font-size: 100%;}

 .box {
	border: 1px;
	border-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: double;
	border-bottom-width: thin;
	border-left-color: #000000;
	border-left-width: thin;
	border-top-color: #000000;
	border-left: 1px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-width: 1px;
	border-left-style: solid;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
 
 A {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #cccccc;
}

A:Hover {
	text-decoration: none;
	color: #FF9900;
}

A:Visited {
	text-decoration: none;
	color: #9e9e9e;
}