body {
	background:url(images/bg.png) no-repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#464646;
	font-size:12px;
}

a:link {
	text-decoration:none;
	color:#AA7A48;
}
a:visited {
	text-decoration:none;
	color:#AA7A48;
}
a:active {
	text-decoration:none;
	color:#AA7A486;
}
a:hover {
	text-decoration:underline;
	color:#999999;
}