body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
	SCROLLBAR-BASE-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #000000;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-position: center;
	background-attachment: fixed;
}

a:link {
	text-decoration: none;
	color: #a5956d;
}
a:visited {
	color: #a5956d;
	text-decoration: none;
}
a:hover { color: #FF9900; }
a:active { color: #A16B19; }

.regulartext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}
.tablecenter {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.whitetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}