body {
  background: white;
  color: black;
  font: 10pt/12pt "trebuchet ms","tahoma","arial",sans-serif;
  scrollbar-arrow-color: black;
  scrollbar-face-color: silver;
  scrollbar-3dlight-color: white;
  scrollbar-highlight-color: silver;
  scrollbar-shadow-color: silver;
  scrollbar-darkshadow-color: white;
  scrollbar-track-color: white;
}

a:link {color: maroon; text-decoration: none;}
a:visited {color: maroon; text-decoration: none;}
a:active {color: maroon; text-decoration: underline;}
a:hover {color: maroon; text-decoration: underline;}

h1 {
  background: inherit;
  color: maroon;
  font: bold 12pt/14pt "trebuchet ms","tahoma","arial",sans-serif;
  border: none;
  white-space: nowrap;
}
h2 {
  background: inherit;
  color: maroon;
  font: 11pt/13pt "trebuchet ms","tahoma","arial",sans-serif;
  border: none;
  white-space: nowrap;
}

hr {color: silver;}

img {border: none;}

table {
  color: black;
  font: 10pt/12pt "trebuchet ms","tahoma","arial",sans-serif;
  margin 0pt;
 }
th {
  background: ivory;
  color: black;
  text-align: left;
  font: bold 10pt/12pt;
  border: 1pt solid silver;
  padding: 1pt 3pt 1pt 2pt;
  white-space: nowrap;
}
td {
  vertical-align: top;
}

ul {list-style-type: circle;}

.focus {
  background: white;
  font: 10pt/13pt "trebuchet ms","tahoma","arial",sans-serif;
  border: 1px solid maroon;
  padding: 8pt;
}
.focus h1 {display:inline;}
.focus h2 {display:inline;}

.footer {
  font: 8pt/9pt;
  white-space: nowrap;
  padding: 5pt;
  text-align: center;
}

.header {
  background: transparent;
  padding: 0pt;
  white-space: nowrap;
}

.highlight {color: blue;}

.link {cursor: hand;}

.maintext {
  padding: 15pt 2pt 15pt 15pt;
  font:10pt/16pt;
}

.menu {
  background: transparent;
  color: black;
  font: 10pt/11pt "tahoma","arial",sans-serif;
  border-right: 1px solid rgb(220,220,220);
  padding: 15pt 15pt 15pt 2pt;
  white-space: nowrap;
  text-align: right;
}
.menu a:link {color: maroon; text-decoration: none;}
.menu a:visited {color: maroon; text-decoration: none;}
.menu a:active {color: black; text-decoration: none;}
.menu a:hover {color: gray; text-decoration: none;}

.note {color: gray;}

.printonly {display: none;}
