body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in 	
the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-image: url(../images/BG.gif);
	background-repeat: repeat-x;
	}

a:link {
	text-decoration: none;
	color: #003399;
}

a:hover {
	color: #0033CC;
	text-decoration: underline;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:link img {
	border-style: none;	
}

a:visited img {
	border-style: none;	
}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 780px;
	margin-top: auto;
	margin-bottom: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	text-align: center;
}

#spacer {
	height: 80px;
}

#splashfooter {
	background-image: url(../images/footer-3.jpg);
	height: 80px;
	font-size: 12px;
	width: 780px;
}
