body {
	background-color: #000000;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}

// This will resize the window when it is opened or
// refresh/reload is clicked to a width and height of 1200 x 950
// width is placed first, height is placed second
window.resizeTo(1200,950)
#Layer1 {
	position:absolute;
	left:47px;
	top:24px;
	width:742px;
	height:98px;
	z-index:1;
}
.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FE6700;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
