/* CSS Document */

body {
	background-color: #999999;
 	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tBack {
	background-image: url(/images/bgMain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

body,td,th {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 11px;
	color: #fefefe;
	
}
a:link {
	color: #fefefe;
}
a:visited {
	color: #fefefe;
}
a:hover {
	color: #edd000;
}
.footer {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 11px;
	color: #fefefe;
	text-align: right;
	text-decoration: none;
}
