
BODY {
  background-color: white;
  color: black;
  font-family: sans-serif;
}

/* menu styles: */

.menubar {
  overflow: hidden;
  background-color: #253C87;
  border-top: 4px solid white;
  margin-bottom: 25px;
}

.menubar a {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
font-weight: bold;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.menubar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* end menu styles */

H1,H2,H3,H4,H5,H6 {
  color: #253C87;
}

div.hdr {
  background-color: #253C87;
  color: white;
  text-indent: 1em;
  font-weight: bold;
  font-style: italic;
  font-size: 250%;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

span.hdrs {
  font-size: 75%;
}

#hdrt {
  color: white;
  text-indent: 1em;
  font-weight: bold;
  font-style: italic;
  font-size: 250%;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

/*
TABLE.menu {
  width: 100%;
  margin-bottom: 2px;
}

TR.menu {
# top-border: 1pt;
}

TD.but {
  width: 10%;
  text-align: center;
  border: 2px solid white;
  padding-top: 4px;
  padding-bottom: 4px;
}

TD.but A {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
*/

div.vt {
  margin-top: 30pt;
}

span.vt {
  font-size: 120%;
  font-weight: bold;
  color: #253C87;
}

span.nt {
}

OL.totals {
  list-style: none;
}

LI {
  text-indent: -1em;
  padding-left: 1em;
}

LI.show {
  list-style: decimal;
}

LI.noshow {
  list-style: none;
}

DIV.extra {
  margin-top: 10pt;
}

.extl {
  margin-left: 1em;
}

.gf {
  color: #6060a0;
}

hr.brk {
  border-style: solid;
  height: 4px;
  width: 50px;
  text-align: center;
  background-color: #a0a0f0;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.tmpnote {
    border: 5px solid red;
    font-style: italic;
    font-weight: bold;
    color: #800000;
    margin-left: 3em;
    margin-right: 3em;
    padding-left: 3em;
    padding-right: 3em;
}

div.tmpnote A {
    color: #800000;
}

A.rar {
  text-decoration: none;
}

A.rar:hover {
  color: red;
}
