body {
  background-color: white;
  color: black;
  background-position: left top;
  left: 0px;
  top:  0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: absolute;
  font-family: Geneva, Helvetica, sans-serif;
  font-size: 14px;
}

div#banner { 
  position: absolute;
  visibility: visible;
  z-index: auto;
  height: 100px;
  width: 90%;
  left: 10px;
  top: 10px;
  background-color: white;
}

div#menu { 
  font-family: Helvetica, Univers ,sans-serif;
  font-size: 14pt;
  color: #666666;
  font-face: bold;
  position: absolute;
  visibility: visible;
  z-index: auto;
  width: 150px;
  left: 10px;
  top: 130px;
  background-color: white;
}

div#menu td {
  text-align: right;
  line-height: 150%;
  width: 140px;
}

div#main { 
  position: absolute;
  visibility: visible;
  z-index: auto;
  width: 700px;
  left: 160px;
  top: 130px;
  background-color: white;
  font-size: 14px;
}

.header {
  font-family: Univers, Geneva, Helvetica ,sans-serif;
  font-size: 16pt;
  color: #993333;
}

.title {
  font-family: Univers, Geneva, Helvetica ,sans-serif;
  font-size: 12pt;
  color: #993333;
}

div#main br {
  height: 200%;
}

div#main a:visited:hover {
  font-familiy: Geneva, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #669933;
}

div#main a:link {
  font-familiy: Geneva, Helvetica ,sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #669933;
}

div#main a:active {
  font-familiy: Geneva, Helvetica ,sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #669933;
}

div#main a:visited {
  font-familiy: Geneva, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #669933;
}

div#menu a:visited:hover { 
  display: block;
  text-decoration: none;
  color: white;
  background: #666666;
}

div#menu a:link {
  display: block;
  color: #666666;
  text-decoration: none;
  background: white;
}

div#menu a:hover { 
  display: block;
  text-decoration: none;
  color: white;
  background: #666666;
}

div#menu a:visited { 
  display: block;
  text-decoration: none;
  color: #666666;
  background: white;
}

.foot {
  font-family: Helvetica, Univers, sans-serif;
  font-size: 10px;
  color: #999999;
  text-align: right;
}

.err {
  font-weight: bold;
  color: #993333;
}