body {
  background-color: #E8FFE8;
}

body, p, td, th {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: black;
}

h1 {
  font-size: 22px;
  line-height: 25px;
}

h2 {
  font-size: 18px;
}

td, th {
  text-align: left;
}

a:link, a:visited, a:active, a:hover {
  color: #006;
  font-weight: bold;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
/*
a.home:link,
a.home:visited,
a.home:active,
a.home:hover {
  color: black;
}
*/
span.search-label {
  font-weight: bold;
}

td.search-line-separator {
  height: 10px;
}

.search-field {
  width: 250px;
}

select.search-field {
  width: 256px;
}

input.search-submit-button {
/*  width: 257px; */
}
