@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2d2823;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2D2823;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #864f2e;
}
a:active {
	text-decoration: none;
	color: #524940;
}

#navtest {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	color:#ffffcc;
}
#navtest a:link {
	color:#ffffcc;
	text-decoration: none;
	}
#navtest a:hover {
	color:#FFCC33;
	text-decoration:underline;
	}
#navtest a:visited {
	color:#ffffcc;
	text-decoration: none;
	}
#navtest a:active {
	color:#ffcc33;
	text-decoration: none;
	}
#nav_top {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CEC6BE;
}
#nav_top a:link {
	color:#cec6be;
	text-decoration: none;
	}
#nav_top a:hover {
	color:#000066;
	text-decoration:underline;
	}
#nav_top a:visited {
	color:#cec6be;
	text-decoration:none;
	}
.headline {
	font-size: 18px;
	color: #2D2823;
	font-weight: bold;
}
.subhead {
	color: #864f2e;
	font-size: 16px;
}
.style16 {
	color: #66000;
	font-size: 16px;
}
.bottom_bar {
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFcc;
}