body {
  background-color: white;
  margin: 0px;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}

h1, h2, h3, h4, td, input, p, ul, ol, li {
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}

h1 { font-size: 200%; }

h2 { font-size: 150%; }

h3 { font-size: 120%; margin-bottom: 2pt; }

p { text-align: justify; }
p.left { text-align: left; }
p.narrow {width: 520px; }
p.ital { text-align: left; font-style: italic; }
p.narrowital { width: 520px; text-align: left; font-style: italic; }

ul, ol { margin: 5pt 5pt 5pt 25pt; }

table, tr, td {
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

a {
  color: #4C88BC;
  font-family: Verdana, sans-serif;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: underline;
}

.menu { font-family: Verdana, sans-serif; color: #4C88BC; text-decoration: none; font-weight: bold;}
.menuselected { font-family: Verdana, sans-serif; color: white; background-color: #4C88BC; text-decoration: none; font-weight: bold;}

A.menuselected:hover  { text-decoration: none; }

hr { color: #4C88BC; background-color: #4C88BC; border: 0px; height: 2px; }

hr.bred { height: 4px; }

img.right {float: right; }

h2.box { font-size: 10pt; }

.boxed {
  border: 2px solid #4C88BC;
  padding: 5px 5px 5px 5px;
}

button {
  font-size: 9pt;
}

