body {
  background: #ffffff;
  margin: 0px;
}
td, select, input, textarea {
  color: #000000;
  font-family: arial;
  font-size: 12px;
}
a {
  color: #287635;
  text-decoration: underline;
  font-weight: bold;
}
h1 {
  color: #287635;
  font-size: 22px;
  margin: 0px;
  margin-top: 4px;
}
h2 {
  color: #666666;
  font-size: 16px;
  margin: 0px;
}
h3 {
  color: #287635;
  font-size: 14px;
  margin: 0px;
}
b {
  color: #287635;
}
p {
  margin: 0px;
}
select, input, textarea {
	border:1px solid black;
}
.product_table td {
  padding: 5px 10px;
  border-bottom: 1px solid #287635;
  text-align: center;
}
.header td {
  color: #287635;
  font-weight: bold;
  background-color: #EFEF4A;
  border-top: 1px solid #287635;
}
.highlight {
  background-color: #FFFFCC;
}
.menu a {
  color: #287635;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  line-height: 20px;
}
.menu_admin a {
  color: #287635;
  text-decoration: none;
  line-height: 20px;
  font-weight: normal;
}
.menu_admin {
	color: #000000;
	line-height: 20px;
	font-weight: bold;
}
.overview_main, .overview_main a {
  color: #287635;
  font-weight: bold;
  text-decoration: none;
}
.overview_sub {
  padding-left: 10px;
}
.overview_sub a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
.description a {
	color: #0000FF;
	font-weight: normal;
}
