body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bg-black.gif);
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

a.nav:link {
	color: #C1AB7C;
	font-weight:bold;
}

a.nav:visited {
	color: #C1AB7C;
	font-weight:bold;
}

a.nav:hover {
	font-weight:bold;
}

.footer {
	color: #C1AB7C;
}
a.catmenu {
	color: #492E0F;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}
a.catmenu:hover {
	text-decoration:underline;
}
.BrownFont {
	color: #5D3E1F;
	font-weight: bold;
}
.border {
	border-style:solid;
	border-width:1px;
	border-color:#5d3e1f;
	}
.border_bottom {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#5d3e1f;
	}