/*
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{
	border-left: #828282 1px solid; border-top: #828282 1px solid; border-right: #C9C9C9 1px solid; border-bottom: #C9C9C9 1px solid;
	background-image: url(/images/formitemback.gif); font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #656565;
	padding: 2px; width: auto; height: 19px;
}
.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:12px; color: #FFFFFF; text-decoration: none;
}
a.nav:visited {
	font-weight: bold; font-size:12px; color: #FFFFFF; text-decoration: none;
}
a.nav:hover {
	font-weight: bold; font-size:12px; color: #FFFFFF; text-decoration: none;
}
a.nav:active {
	font-weight: bold; font-size:12px; 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;
}
