BODY {
  background: #000000;
  color: #d0d0d0;
  margin: 0px;
  padding: 1px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD, P {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 11px;
  margin-bottom: 11px;
}

FORM {
  margin-top: 0px;
  margin-bottom: 0px;
}

INPUT, SELECT, FILE, TEXTAREA {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

.pageHeading {
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
}

#imgheader {
  background-color: #000000;
  padding-bottom: 8px;
}

.pageSubHeading {
  color: #d0d0d0;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  white-space: nowrap;
}

.pageSubSubHeading {
  color: #d0d0d0;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
}

.pageSubSubSubHeading {
  color: #d0d0d0;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
}

.pageLargeText {
  color: #d0d0d0;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
}
A:link, A:visited {
  color: #EEEE99;
  text-decoration: none;
}

A:hover {
  color: #00FF00;
  text-decoration: underline;
}

.box {
  border: 1px solid #77A676;
  width: 100%;
}

.boxTitle {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #330835;
  padding-left: 3px;
  font-size: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #77A676;
}

.boxContent {
  background-color: #F8FFF6;
  padding: 3px;
  font-size: 10px;
  line-height: 1.5;
}


