body {
  min-width: 800px;
  background: white;
  color: black;
  font-family: sans-serif;
  font-size: 10pt;
}

div.header {
  margin-bottom: 8px;
  background: white url(./icons/bkgnd48.png) top left repeat-x;
  color: white;
  font-size: 160%;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
}

div.header #right {
  color: white;
  line-height: 18px;
  font-family: sans-serif;
  font-size: 8pt;
  font-weight: bold;
}

div.header a {
  color: white;
  text-decoration: none;
}

div.left {
  float: left;
  width: 148px;
  margin-right: 0.5em;
  margin-bottom: 1em;
  color: white;
  font-size: 10pt;
  font-weight: bold;
}

table.linear {
  margin: 0;
  margin-bottom: 1px;
  padding: 0;
  width: 100%;
  color: #005487;
  text-align: center;
}

table.linear a {
  text-decoration: none;
}

table.linear #sep {
  width: 2px;
}

table.linear #prev, table.linear #next {
  margin: 0;
  margin-bottom: 1px;
  padding: 0;
  background: white url(./icons/bkgnd16.png) top left repeat-x;
  vertical-align: middle;
  height: 16px;
}

table.linear #prev:hover, table.linear #next:hover {
  background: white url(./icons/hover16.png) top left repeat-x;
}

div.navbar ul {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  min-width: 8em;
}

div.navbar ul li {
  padding: 4px;
  margin: 0;
  margin-bottom: 1px;
  line-height: 16px;
  vertical-align: middle;
}

div.navbar li.passive1, div.navbar li.active1 {
  margin-left: 0;
  background: white url(./icons/bkgnd24.png) top left repeat-x;
}

div.navbar li.passive2, div.navbar li.active2 {
  margin-left: 16px;
  background: white url(./icons/bkgnd24l.png) top left repeat-x;
}

div.navbar li.passive3, div.navbar li.active3 {
  margin-left: 32px;
  background: white url(./icons/bkgnd24x.png) top left repeat-x;
}

div.navbar ul li:hover {
  background: white url(./icons/hover24.png) top left repeat-x;
}

div.navbar a {
  color: white;
  text-decoration: none;
}

#titletext {
  padding-left: 8px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 24px;
  width: auto;
  background: white url(./icons/bkgnd32.png) top left repeat-x;
  color: white;
  font-size: 14pt;
  font-weight: bold;
  vertical-align: middle;
  white-space: nowrap;
}

#titleend {
  padding: 0;
  background: white url(./icons/hdrend.png) top left no-repeat;
}

#titleline {
  width: 100%;
  padding: 0;
  background: white url(./icons/line.png) top left repeat-x;
}

div.contents {
  margin-left: 156px;
  padding: 0;
  width: auto;
  min-height: 480px;
  background: white;
}

div.footer {
  margin-top: 0.5em;
  line-height: 16px;
  color: white;
  font-size: 8pt;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}

div.footer a:link, div.footer a:active, div.footer a:visited {
  color: white;
}

div.footer #footline {
  width: 100%;
  padding: 0;
  background: white url(./icons/line.png) bottom left repeat-x;
}

div.footer #footbeg {
  padding: 0;
  background: white url(./icons/ftrbeg.png) bottom left no-repeat;
}

div.footer #foottext {
  padding-left: 0;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 16px;
  background: white url(./icons/bkgnd24.png) top left repeat-x;
  color: white;
  vertical-align: middle;
  white-space: nowrap;
}

