/* CSS Document */


body  {
background-image: url(images/bg2.jpg);
background-position: center;
background-position: top;
background-repeat: repeat-y;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.footer a:link, .footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.marquee {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

a:link, a:hover, a:visited, a:active {
	text-decoration:none;
}