@charset "utf-8";
.headerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #0F0;
	font-weight: bold;
}
.footerText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
.menuitems {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.menualt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tableborder {
	border: thick double #0F0;
}
.goldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	color: #FFF;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/tb_background.jpg);
}
a:link {
	color: #FC0;
}
a:visited {
	color: #9F0;
}
a:hover {
	color: #F90;
}
