
html, body, td, th, h1, h2, h3, h4, h5, h6, span, div, p, ul, li, input {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	}
body {
    background: #FBF1DB;
	color: #000000;
	margin-top: 20;
	padding: 0;
	font-size: 12px;
}

table, div {
	background: #ffffff;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3B575B;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #214E30;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #225075;
}

a {
	color: #225075;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color:  #987F64;
	font-weight: normal;
	text-decoration: underline;
}

/* CLASSES -----------------------------------------------------------------------------------------------------------------------------------------*/

.bigtext {
	font-size: 20px;
	font-weight: bold;
	color: #225075;
	letter-spacing: -1px;
}

.homepagetext {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}
.largertext {
	font-size: 14px;
	font-weight: bold;
	color: #225075;
	letter-spacing: -1px;
}

.nav  {
	background-color: #FAEDCE;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #3B575B;
	padding: 5 5 10 5;
	border-top: solid 1px #987F64;
	border-bottom: solid 1px #987F64;
}
.nav a {
	color: #3B575B;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: none;
	color: #987F64;
	font-weight: bold;
}

.navspacer  {
	background-color: #FBF1DB;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #987F64;
	border-top: solid 1px #987F64;
	border-bottom: solid 1px #987F64;

}
.pagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #005984;
}
