/* CSS Document */
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFD5AA;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
a:visited {
	color: #947853;
}
a:hover {
	color: #666633;
}
a:active {
	color: #947853;
}
#nav a:link, #nav a:visited {
	text-transform: uppercase;
	color:#FFFFFF;
	background: #947853;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#nav a:hover, #nav a:visited:hover {
	color:#000000;
	background: #D2883D;
	padding: 3px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: block;
}
#nav a:active, #nav a:visited:active {
	text-transform: uppercase;
	color: #FFFFFF;
	background: #947853;
	text-align: center;
	padding: 3px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.sideheader {
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	padding: 1px;
	text-align: center;
}
.footer {
	font-size: 10px;
	color:#000000;
	text-align: center;
	padding: 2px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666633;
}
.headerlarge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666633;
}
.bigheader {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

