a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #444488;
  text-decoration: none;
}
a:hover, a:active {
  color: #884444;
  text-decoration: underline;
}
body {
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  padding: 8pt;
  line-height: 1.5em;
}
p {
  color: black;
  text-align: justify;
}
code {
  color: black;
  white-space: pre ! important;
  font-size: 60%;
}
pre {
  color: black;
  white-space: pre ! important;
  font-family: Courier, fixed;
}

h1, h2, h3, h4, h5, h6 {
  color: #666666;
  font-style: bold;
}
h1 {
  font-size: 16pt;
}
h2 {
  font-size: 14pt;
}
h3 {
    font-size: 12pt;
}
h4 {
    font-size: 11pt; 
    margin-bottom: 0px;
}
h5 {
  font-size: 10pt;
}
h6 {
  font-size: 9pt;
}

hr {
  /* border-style: solid solid solid solid; */
  /* border-top: 1pt solid black; */
}

.bodybox {
  background-color: white;
  padding-left: 0pt;
}
.contentbox {
  padding:  20pt;
  width: 425pt;
}
.titlebox {
  padding-left: 10pt;
  background-color: #f0f0f0;
  padding-bottom: 10pt;
  padding-top: 10pt;
  vertical-align: middle;
}
.titlebox-subtitle {
  padding-top: 10pt;
  padding-left: 10pt;
}
.uwlogobox {
  padding-top: 5pt;
  padding-bottom: 5pt;
  background-color: #f0f0f0;
  width: 110pt;
}
.linebox {
  background-color: #f0f0f0;
}
.menubox {
  padding-top: 5pt;
  padding-bottom: 20pt;
  width: 110pt;
  background-color: #f0f0f0;
  vertical-align: top;
}
.bottombox {
  font-size: 9pt;
  text-align: right;
}
.hide {
  display: none;
}
