
body {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, sans-serif;
  font-size: 9pt;
}

td {
  font-size: 10pt;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

h1 {
  color: #3A518D;
  font-size: 14pt;
  margin-bottom: 0.2em;
}

h3 {
  font-size: 14pt;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 10pt;
}

h5 {
  font-size: 10pt;
  margin-bottom: 0.25em;
}

img.menuseperator {
  margin: 0 20px 0 20px;
}

div.page {
  width: 780;
}

div.menu {
  height: 31px;
  background-color: #4D9FD9;
  color: white;
  vertical-align: middle;
}

div.menu a {
  color: white;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.15em;
}

div.menu a:hover {
  text-decoration: underline;
}

table.content {
  border-top: 1px solid black;
}

tr.headerrow {
  background-image: url(images/contentgradient.gif);
	background-repeat: repeat-x;
  height: 45px;
}

td.vertspacer {
  background-image: url(images/verticalspacer.gif);
  background-repeat: repeat-y;
  width: 7px;
  padding-right: 20px;
}

div.footer {
  margin-top: 5px;
  height: 10px;
  background-color: #4D9FD9;
}