body { 
  background-color: #333333;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 10pt;
  font-weight: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
}

/* links */

a:link, a:visited { 
  text-decoration: underline; 
  font-weight: medium-bold;
  color: #000000;
}

a:active, a:hover { 
  text-decoration: underline; 
  font-weight: medium-bold;
  color: #888888;
}

a.navigation:link, a.navigation:visited {
  font-size: 8pt;
  font-weight: medium-bold;
  text-decoration: none; 
  color: #c0c0c0;
}

a.navigation:active, a.navigation:hover {
  font-size: 8pt;
  font-weight: medium-bold;
  text-decoration: underline; 
  color: #c0c0c0;
}

/* headers and such */

h1, p.title
{ 
    font-size: 22pt;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0.1cm;
    font-family: 'X', courier new, courier, monospace, 'X';
}
.subtitle
{ 
    font-size: 12pt;
    font-weight: normal;
    font-family: 'X', courier new, courier, monospace, 'X';
    color: #cc0000;
}
h2, p.head2
{ 
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0.0cm;
    font-family: 'X', courier new, courier, monospace, 'X';
}
h3, p.head3
{ 
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    /* margin-top: .1cm; */
    margin-bottom: 0.0cm;
    font-family: 'X', courier new, courier, monospace, 'X';
}
h4, p.head4
{ 
    font-size: 9pt;
    font-style: italic;
    font-weight: normal;
    /* margin-top: .1cm; */
    margin-bottom: 0.0cm;
    font-family: 'X', courier new, courier, monospace, 'X';
}

/* page sections */

div.page-body {
  margin: 40px;
  margin-top: 20px;
}

div.navigation {
  clear: both;
  padding-top: 5px;
  margin-bottom: 10px;
}

div.content-area {
  width: 100%;
  overflow: hidden;
  background-color: #e0e0e0;
}

div.content {
  float: left;
  padding: 5px;
  width: 550px;
  background-color: #e0e0e0;
}

td { 
  font-size: 10pt;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
}

div.right-nav {
  float: right;
  padding: 5px;
  width: 185px;
  background-color: #e0e0e0;
  margin-left: 0px;
}

div.footer {
  clear: both;
  font-size: 8pt;
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #e0e0e0;
  align: center;
  horizontal-align: center;
  text-align: center;
}

.nav-note {
  font-size: 8pt;
  color: #606060;
}
