/*
Brown = #563F23
Light Brown = #E0D4BB
Orange = #FF8700
*/
/*---- Body ----*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;
}
hr {
	color: #DDDDDD; height: 1px;
}
.formitem{
	font-size: 10px;
}
.smalltxt {
  font-size: 9px;
}
.whitetxt {
	color: #FFFFFF;
}
.orange {
	color: #FF8700;
}
.todaysdate {
	font-size: 9px; color: #563F23;
}


/*---- Navigation ----*/
a:link {
	color: #FF8700; text-decoration: underlined;
}
a:visited {
	color: #FF8700; text-decoration: underlined;
}
a:hover {
	color: #FF8700; text-decoration: none;
}
a:active {
	color: #FF8700; text-decoration: underlined;
}
a.nav:link {
	 font-weight: bold; font-size:11px; color: #FFFFFF; text-decoration: none;
}
a.nav:visited {
	font-weight: bold; font-size:11px; color: #FFFFFF; text-decoration: none;
}
a.nav:hover {
	font-weight: bold; font-size:11px; color: #FFFFFF; text-decoration: none;
}
a.nav:active {
	font-weight: bold; font-size:11px; color: #FFFFFF; text-decoration: none;
}

/*---- Headers ----*/
.brownheader {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; color: #563F23;
}
.orangeheader {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; color: #FF8700;
}