/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS",Arial;
	font-size: 12px;
	
	color: #574A2D;
	
}
body {
	background-color: #FBF9E3;
	background-image: url(../images/site_background.gif);
}
a:link {
	color: #9E3335;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9E3335;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
h1, .redbold {
	font-size: 14px;
	color: #660000;
}
.maincontent {
	padding: 6px;
}

.redbold {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #635432;
	background-color: #FCFBEF;
	border: 1px solid #635432;
}
.footer {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height:2 ems;
	color: #E8E2D2;
	
}

.footer a:link {
	color: #E8E2D2;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #E8E2D2;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer a:active {
	text-decoration: none;
	color: #E8E2D2;
}

.rollover  a {
	display:block;
	background-color: #75612A;
	padding: 2px;
	margin: 2px;
}
.rollover a:hover { background-color: #C1AE7B}
