body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BFC89B;
}

a:link {
	text-decoration: underline;
	color: #BFC89B;
}
a:active {
	text-decoration: underline;
	color: #BFC89B;
}
a:visited {
	text-decoration: underline;
	color: #BFC89B;
}
a:hover {
	text-decoration: underline;
	color: #003300;
}

.yellow {
	color: #BFC89B;
	font-size: 11px;
}
.news {
	color: #BFC89B;
	font-weight: bold;
	font-size: 11px;
	margin-top: 3px; /*centers the text with the bullet */
}
.darkgreen {
	font-weight: bold;
	font-size: 11px;
	color: #003300;
}
.stolen {
	font-weight: bold;
	font-size: 11px;
	color: #003300;
}
.theft {
	font-weight: bold;
	font-size: 11px;
	color: #43612B;
	padding-left: 11px;
}
.padding {
	margin: 5px;
}
.yellowbold {
	color: #BFC89B;
	font-weight: bold;
	font-size: 11px;
	}
.LI {
	color: #BFC89B;
	font-weight: normal;
	font-size: 11px;
	}
h1 {
	font-size: 13px;
	font-weight: bold;
	margin:0;
	padding: 2px 0 2px 10px;
	letter-spacing: 2px;
	color: #ffffff;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin:0;
	letter-spacing: 2px;
	color: #43612B;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin:0;
	letter-spacing: 2px;
	color: #BFC89B;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin:0;
	letter-spacing: 2px;
	color: #BFC89B;
}
.headergreen {
	color: #EDE84C;
}
.footer {
	color: #EDE84C;
}
a.footer:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #EDE84C;
}
.dotted{ margin: 0; padding: 0; border: 1px dotted #EDE84C; } 

form {
  display:inline;
}


td.mainheader {
  background-color: #43612B;
  font-size: 17px;
  font-weight: bold; 
  height: 50px;
  padding: 10px;
  vertical-align: middle;
}

td.formheader {
  font-size: 17px;
  font-weight: bold; 
  height: 50px;
  padding: 10px;
  vertical-align: middle;
}

td.listfooter {
  background-color: #43612B;
  height: 50px;
  padding: 10px;
}

td.listtop {
  background-color: #43612B;

}

td.icon_darkbg {
  padding: 0px;
  background-color: #43612B;
  text-align: center;
  width: 23px;
}

td.icon_lightbg {
  padding: 0px;
  background-color: #43612B;
  text-align: center;
  width: 23px;
}

td.darkbg {
  background-color: #43612B;
border-top : 1px solid #E6E6E6;

  border-bottom : 1px solid #B4B4B4;
}

td.lightbg {
  background-color: #43612B;
}

td.listheader {
  font-weight: bold;
  background-color: #43612B;
}

td.formtext {
  text-align: right;
  vertical-align: top;
}

button.cancel {
  background-color: #9E0B0E;
  border-top : 1px solid #D81F2A;
  border-left : 1px solid #D81F2A;
  border-right : 1px solid #7C1D20;
  border-bottom : 1px solid #7C1D20;
  color : #FFFFFF;
}

button.save {
  background-color: #EDE84C;
  border-top : 1px solid #003300;
  border-left : 1px solid #003300;
  border-right : 1px solid #003300;
  border-bottom : 1px solid #003300;
  color : #003300;
}

button {
  background-color: #DADADA;
  border-top : 1px solid #E6E6E6;
  border-left : 1px solid #E6E6E6;
  border-right : 1px solid #B4B4B4;
  border-bottom : 1px solid #B4B4B4;
  color : #000000;
  font : 11px Verdana;
  font-weight : bold;
  height : 20px;
}

.radiocheck {
	color: #BFC89B;
	height : 17px;
	vertical-align : middle;
  	width : 17px;
}

select {
	background: #FAFAFA;
	height : 20px;
	font : 11px Verdana;
	color : #000000;
	vertical-align : middle;
}

input {
  background-color: #FAFAFA;
  border : 1px solid #000000;
  font : 11px Verdana;
  height : 19px;
  }

textarea {
	background: #FAFAFA;
	border : 1px solid #000000;
	font : 12px Curier New;
  height : 200px;
  width : 300px;
}


.yellow {
	color: #BFC89B;
	font-size: 11px;
}

a.h3:link {
	text-decoration: none;
	color: #BFC89B;
}
a.h3:active {
	text-decoration: none;
	color: #BFC89B;
}
a.h3:visited {
	text-decoration: none;
	color: #BFC89B;
}
a.h3:hover {
	text-decoration: underline;
	color: #BFC89B;
	font-weight: bold;
}
a.yellow:link {
	text-decoration: none;
	color: #BFC89B;
}
a.yellow:active {
	text-decoration: none;
	color: #BFC89B;
}
a.yellow:visited {
	text-decoration: none;
	color: #BFC89B;
}
a.yellow:hover {
	text-decoration: underline;
	color: #BFC89B;
	font-weight: bold;
}