BODY {
	background-color : Black;
	
}

a:link {  color: #FF0000}
a:visited {  color: #CC0000}
a:active {  color: #FFFF33}


.container {
	background-color:#000;
	background-image: url(images/side_glow.gif);
	background-repeat: repeat-y;
	width:766px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.header {
	background-color: #000;
	background-image: url(images/thegrid.jpg);
	background-repeat: repeat-y;
	width:734px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	overflow:hidden;
}

.main {
	background-color:#000;
	background-image: url(images/thegrid.jpg);
	background-repeat: repeat-y;
	width:734px;
	height:auto;
	min-height:960px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	overflow:hidden;

}

.footer {
	background-color:#CCC000;
	width:734px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
}


.white {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : White;
}

.small {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : White;
}

.smaller {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : White;
}


.news {
	color : White;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : large;
}

.head {
	color : Yellow;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : large;
	font-style : italic;
	text-decoration : underline;
}

TABLE {
	border : none;
	border-bottom : none;
	border-left-style : none;
	border-left : none;
	border-bottom-style : none;
	border-right : none;
	border-right-style : none;
	border-top : none;
	border-top-style : none;
}
