TABLE.Header {
  background-color: #FFFFFF;
  border: none;
  margin-left: 5px;
  margin-bottom: 3px;
  width: 99%;
}

TD.HeaderLogo {
  vertical-align: top;
  text-align: left;
  width: 450px;
}

TD.Header {
  white-space: normal;
}

H1.HeaderTopText {
  font-size: 110%;
  font-weight: normal;
  color: #790706;
  display: inline;
}

/* ************************************************************************ */
/* Navigation */
/* ************************************************************************ */

TABLE.HeaderNavigation {
  background-color: #FFFFCC;
  border-top:1px solid #AAAAAA;
  border-left:1px solid #AAAAAA;
  border-right: solid thin #888888;
  border-bottom: solid thin #888888;
  margin-left: 5px;
  margin-bottom: 3px;
  width: 98%;
}

TD.HeaderNavigation {
  background-color: #FFFFCC;
}

A.HeaderNavigation {
  color: #790906;
  font-weight: bolder;
  text-decoration: none;
}

A.HeaderNavigation:hover {
  color: #000000;
  font-weight: bolder;
  text-decoration: underline;
}

TD.HeaderError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 110%;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TD.HeaderInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 110%;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TABLE.Footer {
  width: 99%;
  background-color: #FFFFCC;
  border-top:1px solid #AAAAAA;
  border-left:1px solid #AAAAAA;
  border-right: solid thin #888888;
  border-bottom: solid thin #888888;
  margin-left: 5px;
  margin-bottom: 3px;
}

/* ************************************************************************ */
/* Footer text */
/* ************************************************************************ */

TABLE.FooterText {
  width: auto;
}

TD.Footer {
  background-color: #FFFFCC;
}

P.FooterText {
  padding-bottom: 2px;
  display: inline;
}

/* ************************************************************************ */
/* Bookmarks */
/* ************************************************************************ */

TABLE.FooterBookmark {
  width: auto;
}

TD.FooterBookmark {
  background-color: #FFFFCC;
  padding: 0px;
}

IMG.FooterBookmark {
  border: none;
  height: 15px;
  width: 15px;
  padding-bottom:1px;
  padding-left:2px;
}

A.FooterBookmark {
  color: #790906;
  text-decoration: none;
}

A.FooterBookmark:hover {
  color: #000000;
  text-decoration: underline;
}

