@charset "utf-8";
/* CSS Document */
#main {
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:10px;
	width:800px;
	height:589px;
	background-color:#FFF;
	z-index:1;
}
body {
	background-image: url(../images/background-gradiant.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	color: #E8F5FF;
	text-decoration: none;
}
a:visited {
	color: #E8F5FF;
	text-decoration: none;
}
a:hover {
	color: #BFDFFF;
	text-decoration: underline;
}
a:active {
	color: #BFDFFF;
	text-decoration: none;
}
td.white { background-color : #ffffff; }
td.red { background-color:#660000; color:#FFFFFF; font-weight:bold; }
td.footer { background-color : #660000; font-size:10px; color:#FFFFFF; }
td.black { background-color:#000000;}
td.blue { background-color:#03034B; color:#FFFFFF; font-weight:bold; }