<!--
body {
	color: #FFF;
	background-color: #309;
	background-image: url("images/blue_bg.gif");
	font-family: arial, helvetica, verdana, sans-serif;
	text-align: center;
	margin-top: 0px;
}
td, input, textarea, select {
	color: #FFF;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #9CF;
	text-decoration: none;
}
img {
	border: 0px;
}
-->