body {
  background-color: #666666;
  color: #000000;
  font-family: helvetica, arial, "ms sans serif", sans-serif;
}

p,li, td {
  font-size: small;
  font-weight: normal;
}

pre {
  font-size: x-small;
  font-family: "Courier New", courier, monospace;
}

.depricated {
  color: #999999;
}

.genmed {
  color: #000000;
  font-size: small;
  font-weight: normal;
  font-family: helvetica, arial, "ms sans serif", sans-serif;
}

.pagetitle {
  color: #FF0000;
  font-size: medium;
  font-weight: bold; 
}

.title {
  color: #FF0000;
  font-size: small;
  font-weight: bold; 
}

.sectionhead:first-line {
  font-size: small;
  font-weight: bolder;
  text-transform: uppercase;
}


.rightnavhead {
  color: #FF0000;
  font-size: small;
  font-weight: bold;
}

.rightnavlinks {
  font-size: x-small;
  white-space: nowrap;
  color: #FF0000;
}

.vsmall {
  font-size: x-small;
}

td {
  vertical-align: top;
}

td.topleft {
  background-color: #FFFFFF;
  vertical-align: top;
  background: url(/graphics/c-left.gif); 
}

td.logoseparator {
  background-color: #666666;
  empty-cells: show;
  height: 5px;
  max-height: 5px;
  vertical-align: top;
}

td.topright {
  background-color: #000000;
  vertical-align: top;
  background: url(/graphics/c-rt.gif); 
}

a:link {
  background: none; 
  color: #FF0000;
  text-decoration: underline;
}

a.depricated:link {
  color: #999999;
}

a:active {
  background: none;
  color: #666666;
  text-decoration: underline;
}

a:visited {
  background: none;
  color: #FF0000;
  text-decoration: underline;
}

a.depricated:visited {
  color: #999999;
}

a:hover {
  background: none;
  color: #666666;
  text-decoration: underline;
}

