<style>

body {
  font-family      : Tahoma;
  font-size        : 10pt;
  font-weight      : lighter;
  background-color : rgb(226,226,226);
}

h1 {
 font-family       : Verdana;
 font-size         : 18pt;
 font-style        : italic;
 font-weight       : bold;
}

h2 {
 font-family       : Verdana;
 font-size         : 16pt;
 font-style        : normal;
 font-weight       : bold;
}

img.logo {
  width            : 400px;
  height           : 125px;
}

ol {
  font-size        : 11pt;
}

p.sectionheader {
  font-size        : 12pt;
  font-weight      : bold;
}

p.text {
  font-size        : 11pt;
  text-align       : justify;
}

span.footer {
  font-size        : 8;
}

table.main {
  text-align       : left;
  width            : 100%;
  margin           : 0;
}

table.navbar {
  text-align       : left;
  width            : 100%;
  height           : 25px;
}

table.sectionheader {
  text-align       : left;
  width            : 100%;
}

td.filler {
  vertical-align   : middle;
  width            : 10%;
}

td.footer {
  background-color : rgb(226,226,226);
  text-align       : center;
  vertical-align   : middle;
}

td.header {
  vertical-align   : top;
  background-color : rgb(255, 255, 255);
  font-weight      : bold;
}

td.logobar {
  text-align       : right;
  vertical-align   : top;
  background-color : white;
}

td.navitem {
  text-align       : right;
  vertical-align   : middle;
  width            : 10%;
  font-size        : 10pt;
}

td.divider {
  background-color : black;
  height           : 1px;
}

td.contentpane {
  text-align       : left;
  vertical-align   : top;
  padding          : 10;
  background-color : white;
}

td.sidebar {
  vertical-align   : top;
  width            : 215px;
  background-color : rgb(204, 223, 255);
}

input.button {
  font-family      : Verdana;
  font-size        : 9pt;
}

li {
  text-align       : justify;
}

ul {
  list-style-type  : square;
  font-size        : 11pt;
}

</style>
