body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: serif;
  font-size: 12pt;
  margin: 10px 40px;
  padding: 0;
}

a {
  color: #0000FF;
}

a:active, a:hover {
  color: #FF0000;
}

a:visited {
  color: #800080;
}

img.logo {
  float: left;
  height: 32px;
  padding-right: 6px;
  width: 32px;
}

img.noborder {
  border: 0;
}

h1 {
  font-size: 24pt;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 18pt;
  font-weight: bold;
  text-transform: uppercase;
}

ol.list_loweralpha {
  list-style-type: lower-alpha;
}

.important {
  color: #FF0000;
  font-weight: bold;
  text-decoration: underline;
}

table {
  border: outset 1px;
  border-collapse: separate;
  border-spacing: 2px;
  empty-cells: show;
}

table.noborder {
  border: 0;
}

td,th {
  border: inset 1px;
  padding: 4px;
  vertical-align: top;
}

td.noborder, th.noborder {
  border: 0;
}

div.hosting {
  font-size: 10pt;
  text-align: center;
}

.smaller {
  font-size: 10pt;
}

.monospace {
  font-family: monospace;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.shade {
  background-color: #e9e9e9;
}

.emphasis {
  color: #FF0000;
  font-weight: bold;
}

div.news {
  background-color: #e9e9e9;
  border: 1px solid #000000;
}

.underline {
  text-decoration: underline;
}
