/*  -- Start by using a browser reset rule -- */
* {
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  list-style-type: none;
}

/*  -- Set out the header --  */
div.page div.header div.logo {
  font-family: "DejaVu Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 26pt;
  color: #000099;
  margin: 0em 0em 0.8em;
}

/*  -- The page content area -- */
div.page div.content {
  font-family: "DejaVu Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 11pt;
  line-height: 125%;
  color: #000000;
}

/*  -- Styles for the content --  */
div.page div.content p {
  margin: 0em 0em 0.6em;
}
div.page div.content h1 {
  font-size: 150%;
  font-weight: bold;
  color: #010E8D;
  margin: 0em 0em 0.5em 0em;
  padding: 0em 0em 0.3em;
  border-bottom: 1px solid #BDD294;
}
div.page div.content h2 {
  font-size: 130%;
  font-weight: bold;
  margin: 0.8em 0em 0.2em;
}
div.page div.content h3 {
  font-size: 110%;
  font-weight: bold;
  text-decoration: underline;
  margin: 0.6em 0em 0.2em;
}
div.page div.content ul {
  padding: 0em 0em 0em 1.3em;
  margin: 0.6em 0em 0.6em;
}
div.page div.content ul li {
  list-style-type: disc;
  margin: 0em 0em 0.6em;
}
div.page div.content strong {
  font-weight: bold;
}
div.page div.content em {
  font-style: italic;
  color: #228822;
}
div.page a {
  color: #000000;
  text-decoration: none;
}
div.page div.content img {
  background-color: #CCCCCC;
  border: 0px solid black;
}
div.page div.content .right {
  float: right;
}
div.page div.content .left {
  float: left;
}
div.page div.content .right img, div.page div.content .left img {
  display: block;
}