body {
  background: white;
  color: black;
  font: 10pt/16pt "trebuchet ms","tahoma","verdana","arial",sans-serif;
  scrollbar-arrow-color: black;
  scrollbar-face-color: rgb(232,226,238);
  scrollbar-3dlight-color: white;
  scrollbar-highlight-color: rgb(77,13,101);
  scrollbar-shadow-color: rgb(77,13,101);
  scrollbar-darkshadow-color: white;
  scrollbar-track-color: white;
}

a:link {color: rgb(77,13,101); text-decoration: none;}
a:visited {color: rgb(77,13,101); text-decoration: none;}
a:active {color: rgb(77,13,101); text-decoration: underline;}
a:hover {color: rgb(77,13,101); text-decoration: underline;}

h1 {
  background: inherit;
  color: rgb(77,13,101);
  font: bold 12pt/16pt "trebuchet ms","tahoma","verdana","arial",sans-serif;
  border: none;
  white-space: nowrap;
}
h2 {
  background: inherit;
  color: rgb(77,13,101);
  font: bold 11pt/16pt "trebuchet ms","tahoma","verdana","arial",sans-serif;
  border: none;
  white-space: nowrap;
}
h3 {
  background: inherit;
  color: rgb(77,13,101);
  font: bold 10pt/16pt "trebuchet ms","tahoma","verdana","arial",sans-serif;
  border: none;
  white-space: nowrap;
}

hr {color: silver;}

img {border: none;}

table {
  color: black;
  font: 10pt/16pt "trebuchet ms","tahoma","verdana","arial",sans-serif;
  margin 0pt;
 }
th {
  background: rgb(232,226,238);
  color: black;
  text-align: left;
  font: 10pt/16pt "trebuchet ms","tahoma","verdana","arial",sans-serif;
  border: 1pt solid silver;
  padding: 1pt 3pt 1pt 2pt;
  white-space: nowrap;
}
td {
  vertical-align: top;
}

ul {list-style-type: circle;}

.link {
  color: rgb(77,13,101);
  white-space: nowrap;
  cursor: hand;
}

.navbar, .navbar td {
  background: transparent;
  color: white;
  font: 9pt/9pt "trebuchet ms","tahoma","verdana","arial",sans-serif;
  padding: 2px 6px;
  vertical-align: middle;
  white-space: nowrap;
}
.navbar a:link {color: white; text-decoration: none;}
.navbar a:visited {color: white; text-decoration: none;}
.navbar a:active {color: white; text-decoration: underline;}
.navbar a:hover {color: white; text-decoration: underline;}

.submenu {
  background: white;
  color: rgb(77,13,101);
  font: 10pt/16pt "trebuchet ms","tahoma","verdana","arial",sans-serif;
  white-space: nowrap;
}
.submenu a:link {color: rgb(77,13,101); text-decoration: none;}
.submenu a:visited {color: rgb(77,13,101); text-decoration: none;}
.submenu a:active {color: rgb(77,13,101); text-decoration: underline;}
.submenu a:hover {color: rgb(77,13,101); text-decoration: underline;}

.note {
  color: rgb(77,13,101);
  font: 8pt/12pt "trebuchet ms","tahoma","verdana","arial",sans-serif;
  white-space: nowrap;
  padding: 7pt;
}

.printonly {display: none;}
