body {
  background-color: #001100;
  background-image:url('./images/bg.gif');
  background-repeat: repeat;
  color: #fefefe;
  margin: 0;
  padding: 0;
}
body, td, textarea {
  font-family: Tahoma, Arial;
  font-size: 10pt;
}
a {
  color: #22aa22;
}
a:hover {
  color: #44dd44;
}
a:visited {
  color: #007700;
}
a:visited:hover {
  color: #119911;
}
h3 {
  margin-top: 0;
  padding-top: 0;
}
.banner {
  position: absolute;
  z-index: 1;
  white-space: nowrap;
}
.title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
.content {
  padding: 2px 10px 10px 10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}
.border, textarea, input, #cse-search-results {
  background-color: transparent;
  background-image: url('./images/bg1.png');
  border: 2px solid #225522;
  color: #fefefe;
}
#cse-search-results {
  background-color: #000000;
  background-image: none;
}
.border td {
  border: 1px solid #114411;
}
.header {
  font-size: 14pt;
}
div.border, #cse-search-results {
  padding: 10px 20px 10px 20px;
  margin: 0 50px 0 50px;
}
.legal {
  font-size: 8pt;
}
.emailimg {
  margin-bottom: -2px;
}