/* CSS */


body{ 
	background-color:#000000; 
	background-image: url(../images/background_1.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	}

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#flashcontent {
	width: 100%;
	height: 100%;
	background-color:#000000;
}

a:link, a:visited, a:active {
	color: #003366;
}


a:hover {
	color: #404040;
}

