/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e8d684; /* #d9d07c; */ /* #e8d684; */ /* #666666; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; /* text color is black */
	font-size:12px;
}
.container {
	background: #e8d684;
}
.maintext {
	font-size: 12px;	
}
.whitelinks {
	a.whitelinks {text-decoration: none};
	a.whitelinks:link {text-decoration: none; color: white};
	a.whitelinks:visited{text-decoration: none; color: silver};
	a.whitelinks:hover {text-decoration: underline};
}
.goldlinks {
	ul li a {text-decoration: underline};
	ul li a:link {text-decoration: underline; color: gold};
	ul li a:visited{text-decoration: underline; color: #ffd799};
	ul li a:hover {text-decoration: underline};
}
.headerfont {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
.headertable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mainbodyfont {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
.homepagefont {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
}

