* {
  font-family: verdana, arial, helvetica, sans-serif;
}

body {
  color: white;
  background: #022E4B;
  font-size: 10pt;
}

/* BEGIN Sticky Footer by Ryan Fait - http://ryanfait.com/ */
html, body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
  height: 50px; /* .push must be the same height as .footer */
}
/* END Sticky Footer */

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #022E4B;
  background-color: white;
}

fieldset {
  color: white;
  border: 1px solid white;
}

legend {
  color: white;
}

li {
  padding: 2px;
  padding-left: 60px;
  text-align: left;
}

table, tr, th, td, img {
  padding: 0;
  border: 0;
  vertical-align: top;
  text-align: center;
  font-size: 10pt;
}

img.alignright {
  float: right;
  clear: right;
  margin: 20px;
  display: inline;
}

hr {
  height: 4px;
  width: 100%;
}

h2 {
  font-size: 14pt;
}

p {
  font-size: 10pt;
  text-align: justify;
  padding: 5px;
}

.address {
  color: #022E4B;
}

.heading {
  background: #B3B3B3;
}

.legal {
  color: gray;
  text-align: center;
}

.menu {
  font-weight: bold;
  width: 25%;
  text-align: center;
  padding: 3px;
  border: 0;
}

.printonly  {
  display: none;
}

