body,td,form {
	font-family: Tahoma;
	color: #005900;
	font-size: 12px;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #FFFED9;
	SCROLLBAR-FACE-COLOR: #F9A503;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #F9A503;
	SCROLLBAR-DARKSHADOW-COLOR: #F9A503;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
}
i {
	color: Green;
}
.large {
	font-size: 14px;
}
.small {
	font-size: 11px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #005900;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #005900;
}
input {
	background: #ffc488;
	border: 1px solid #ffc488;
	font-family: Tahoma;
	font-size: 12px;
	color: #005900;
	background-image: url(images/fbg.gif);
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
.select {
	border: 0px solid #ffc488;
	font-family: Tahoma;
	font-size: 12px;
	color: #005900;
	background-image: url(images/fbg.gif);
}
textarea {
	background: #ffc488;
	border: 1px solid #ffc488;
	font-family: Tahoma;
	font-size: 12px;
	color: #005900;
	background-image: url(images/fbg.gif);
	border-top: 1px solid #ffc488;
}
h1 {
	color: #005900;
	border: 3px;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-top: 2px;
}
h3 {
	color: #005900;
	border: 2px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}
.bgwhite {
  background: #FFFED9;
}
.bgorange {
  background: #ffc488;
}
.tdheader {
  background-image: url(images/mbg.gif);
  height: 25px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}

