td {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
}

a,a:link,a:active,a:visited {
	color: #003D13;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.orange,a.orange:link,a.orange:active,a.orange:visited {
	color: #FF4E00;
	text-decoration: none;
}

a.orange:hover {
	text-decoration: underline;
}

.green {
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #003D13;
}

.header {
	font-family: Helvetica, Arial;
	font-size: 15px;
	color: #003D13;
	font-weight: 200;
}

.headerorange {
	font-family: Helvetica, Arial;
	font-size: 15px;
	color: #FF4E00;
	font-weight: 200;
}

.backgreen {
	font-family: Helvetica, Arial;
	font-size: 11px;
	background: #003D13;
	color: #FFFFFF;
}

.orange {
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #FF4E00;
}

.backorange {
	font-family: Helvetica, Arial;
	font-size: 11px;
	background: #FF4E00;
	color: #FFFFFF;
}

.backgrey {
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	background: #F3F3F3;
	color: #000000;
}

.backgreyon {
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	background: #E3E3E3;
	color: #000000;
	cursor: hand;
}

.small {
	font-size: 9px;
	color: #000000;
}

.copyright {
  line-height: 15px;
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
}
.copyright .copy-top {
  
  font-size: 9px;
}

select {
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #000000;
	height: 15px;
}

input, select {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	border: 1px solid #828382;
	height: 19px;
}

textarea {
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #000000;
	border: 1px solid #828382;
}

.button {
	border: 1px solid #9D9D9D;
	background: #003D13;
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #FFFFFF;
	height: 16px;
} 
