@charset "UTF-8";
body {
	background-image: url(resources/largebacking.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	margin-top: 0px;
	background-position: center top;
	background-color: #140919;
}

#headertable {
background-color:#FFFFFF;
filter:alpha(opacity=70);
opacity:0.7;
}

a:link {
	color: #FF0066;
	text-decoration: none;
}
a:visited {
	color: #FF0066;
	text-decoration: none;
}
a:hover {
	color: #FF0066;
	text-decoration: none;
	background-color: #000000;
}
a:active {
	color: #FF0066;
	text-decoration: none;
}
a {
	font-weight: bold;

