@charset "utf-8";
#content {
	position: relative;
	z-index: 1;
}
.style1 {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {
	color: #FFFFFF;
	font-size: large;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style3 {
	color: #FFFFFF;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(NewSite.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 700px;	width: 1024px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: extra-large;
	color: #FFFFFF;
}