

A:VISITED {
    color: #9999FF;
    text-decoration: none;
  }


A:LINK {
    color: #c8e7fc;
    text-decoration: none;
  }


A:HOVER {
    background: #c8e7fc;
    color: black;
    text-decoration: none;
  }


BODY {
    font-size: 100%;
    font-family: Arial,sans-serif;
    color: white;
    background: black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }


H1 {
    text-align: center;
    font-size: 2.25em;
    font-family: Arial,sans-serif;
    font-weight: bold;
    color: #FFFFFF;
  }


H2 {
    text-align: center;
    font-size: 12pt;
    font-family: Arial,sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 0 0;
  }


H2.active_section {
    text-align: center;
    font-size: 12pt;
    font-family: Arial,sans-serif;
    font-weight: bold;
    color: white;
    margin: 0 0 0 0;
  }


H2.menu {
    text-align: center;
    font-size: 12pt;
    font-family: Arial,sans-serif;
    font-weight: bold;
    color: black;
    margin: 0 0 0 0;
  }


H3 {
    text-align: left;
    font-size: 1.25em;
    font-family: Arial,sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100%;
    margin: 0 0 0 0;
  }


H4 {
    text-align: left;
    font-size: 1.1em;
    font-family: Arial,sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100%;
    margin: 0 0 0 0;
  }


H6 {
    text-align: left;
    font-size: 1.02em;
    font-family: Serif,sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100%;
    margin: 0 0 0 0;
  }


MARQUEE {
    background: #FFFFCC;
  }


TABLE {
    font-size: 1em;
    font-family: Arial,sans-serif;
    color: #FFFFFF;
    background: #000000;
  }


TABLE.footer {
    font-size: small;
    font-family: Arial,sans-serif;
    color: grey;
    background: #99CCFF;
  }


TABLE.menu {
    font-size: medium;
    font-family: Arial,sans-serif;
    color: black;
    background: #c8e7fc ;
  }


TABLE.active_section {
    font-size: medium;
    font-family: Arial,sans-serif;
    color: white;
    background: #6633FF ;
  }


TABLE.example {
    background: maroon;
  }


.result_field {
    background: #555555;
    color: white;
  }


.result_match {
    background: #66CC66;
    color: white;
  }


.autosuggest-body {
    position: absolute;
    border: 1px solid black;
    z-index: 100;
  }


.autosuggest-body iframe {
    display: block;
    position: absolute;
    z-index: 999;
    filter: alpha(opacity=0);
  }


.autosuggest-body table {
    width: 100%;
    background-color: #FFFFF0;
  }


.autosuggest-body tr {
    cursor: hand;
    cursor: pointer;
    color: black;
    font-family: verdana, arial, helvetica;
    font-size: 10px;
    text-align: left;
  }


.autosuggest-body tr.up {
    height: 10px;
    background: #656291 url("arrow-up.gif") center center no-repeat;
  }


.autosuggest-body tr.down {
    height: 10px;
    background: #656291 url("arrow-down.gif") center center no-repeat;
  }


.autosuggest-body tr.up-disabled {
    height: 10px;
    background: #656291 url("arrow-up-d.gif") center center no-repeat;
    cursor: default;
  }


.autosuggest-body tr.down-disabled {
    height: 10px;
    background: #656291 url("arrow-down-d.gif") center center no-repeat;
    cursor: default;
  }


.autosuggest-body tr.selected {
    background-color: #D6D7E7;
    color: red;
  }


.autosuggest-body td {
    white-space: nowrap;
  }


.autosuggest-body span.match {
    text-decoration: underline;
  }


.derivation {
    background-color : maroon;
    border-bottom-style : outset;
    border-left-style : outset;
    border-right-style : outset;
    border-top-style : outset;
    margin-bottom : 2px;
    margin-left : 4px;
    margin-right : 4px;
    margin-top : 2px;
    padding-bottom : 2px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 2px;
    text-align : center;
  }


::selection {
    background: #666666;
    /* Safari */;
  }


::-moz-selection {
    background: #666666;
    /* Firefox */;
  }

