body, html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

div.ValidationErrors { display:block; font-size: .8em; color: #999999;}
