/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
td,th {
	font-family:Tahoma, Arial, Helvetica, SansSerif;
	font-size:10px;
	color:#7F7E72;
}
a:link {
	color: #7F7E72;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7F7E72;
}
a:hover {
	text-decoration: none;
	color: #E9E9E9;
}
a:active {
	text-decoration: none;
	color: #7F7E72;
}
