/* CSS Document */
body {
	background-color: #000;
}
.index_footer {
	color: #CCC;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #C00;
	text-decoration: none;
}
.index_menubg {
	background-image: url(images/index_02.png);
	text-align: center;
	color: #FFF;
}.home {
	background-color: #FFF;
	background-image:url(images/bg1.jpg);
	background-repeat:repeat;
	text-align: left;
}
.newsheader {
	color: #FFF;
}
.nologosponsors {
	font-size: 16px;
}

