a:link{
	text-decoration: none;
	color: white;
}a:visited{
	text-decoration: none;
	color: white;
}a:active{
	text-decoration: none;
	color: white;
}a:hover{
	text-decoration: none;
	color: red;
}body {
	font:12px Verdana, Arial, Helvetica;
	color:white;
	background:#5B0000;
	text-align: center;
}table.main{
	width:1024px;
	border: 1px;
	background-color: #082AD5;
	margin-left: auto;
	margin-right: auto;
}table.data{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-left: auto;
	margin-right: auto;
}td.banner{
	height:50px;
	text-align:center;
}td.menu{
	height: 25px;
	text-align:center;
}div.content{
	height:600px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}ul{
	padding-left:0px;
}img{
	border:0px;
}img.sponsor{
	border: 0px;
	width: 200px;
}
td {
	vertical-align: top;
	text-align: center;
}
td.left {
	width: 50px;
}
td.right {
	width: 350px;
}
td.center {
	width:auto;
	text-align:left;
}
td.footer {
	height:25px;
}