td img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}#container {
	background-attachment: scroll;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#headbg {
	background-attachment: scroll;
	background-image: url(images/headbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#splashbg {
	background-attachment: scroll;
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #600;
}
a:active {
	text-decoration: underline;
	color: #FF0;
}
