H1         { color: #444444; font-size: 6pt; font-family: courier, monospace; }
TD         { color: #ffffff; font-size: 12pt; font-family: arial, helvetica, sans-serif; }
TD.text    { color: #ffffff; font-size: 12pt; font-family: arial, helvetica, sans-serif; }
TD.sysinfo { color: #999999; font-size: 10pt; font-family: arial, helvetica, sans-serif; }
P          { color: #ffffff; font-size: 10pt; font-family: arial, helvetica, sans-serif; }
P.text     { color: #ffffff; font-size: 12pt; font-family: arial, helvetica, sans-serif; }
P.head     { color: #AA0000; font-size: 11pt; font-family: arial, helvetica, sans-serif; font-weight: bold; }
P.sysinfo  { color: #999999; }
B.syserror { color: #FF2222; font-size: 10pt; font-family: courier, monospace; }
I          { color: #777777; }	

A:link    { color: #A0A8FF;
            font-size: 10pt;
            text-decoration: none;
            font-family: courier, monospace; }
A:visited { color: #A0A8FF;
            font-size: 10pt;
            text-decoration: none;
            font-family: courier, monospace; }
A:active  { color: #5058AF;
            font-size: 10pt;
            text-decoration: none;
            font-family: courier, monospace; }
A:hover   { color: #5058AF;
            font-size: 10pt;
            text-decoration: none;
            font-family: courier, monospace; }

A.menu:link    { color: #E0E8FF;
                 font-size: 10pt;
                 text-decoration: none;
                 font-family: courier, monospace; }
A.menu:visited { color: #E0E8FF;
                 font-size: 10pt;
                 text-decoration: none;
                 font-family: courier, monospace; }
A.menu:active  { color: #A0A8FF;
                 font-size: 10pt;
                 text-decoration: none;
                 font-family: courier, monospace; }
A.menu:hover   { color: #A0A8FF;
                 font-size: 10pt;
                 text-decoration: none;
                 font-family: courier, monospace; }

A.title:link    { color: #A0A8FF;
            font-size: 10pt;
            text-decoration: none;
            font-family: courier, monospace; }
A.title:visited { color: #A0A8FF;
            font-size: 10pt;
            text-decoration: none;
            font-family: courier, monospace; }
A.title:active  { color: #5058AF;
            font-size: 10pt;
            text-decoration: none;
            font-family: courier, monospace; }
A.title:hover   { color: #5058AF;
            font-size: 10pt;
            text-decoration: none;
            font-family: courier, monospace; }

A.menunew:link    { color: #aa0000;
                    font-size: 10pt;
                    text-decoration: none;
                    font-family: courier, monospace; }
A.menunew:visited { color: #aa0000;
                    font-size: 10pt;
                    text-decoration: none;
                    font-family: courier, monospace; }
A.menunew:active  { color: #ee0000;
                    font-size: 10pt;
                    text-decoration: none;
                    font-family: courier, monospace; }
A.menunew:hover   { color: #ee0000;
                    font-size: 10pt;
                    text-decoration: none;
                    font-family: courier, monospace; }

INPUT { font-size: 10pt; font-family: courier, monospace; }

table { border-color: #ffffff; }
hr { border-color: #ffffff;
     border-width: 1px; }

/* spell checker popup rollover */
.sp {display: inline;}
.spsel {display: none;}
.suggestion_box {
  background-color: #BCBCBC;
  border: 2px solid #5D5D5D;
  display: block;
  position: absolute;
  z-index: 20;
  padding: 2px 20px 2px 2px;
  height: 195px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
a.suggestion:link {
  cursor: pointer;
  text-decoration: none;
  color: #000; font-style: normal; font-size: 10pt; font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  z-index: 20;
}
a.suggestion:visited {
  cursor: pointer;
  text-decoration: none;
  color: #000; font-style: normal; font-size: 10pt; font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  z-index: 20;
}
a.suggestion:active {
  cursor: pointer;
  text-decoration: none;
  color: #000; font-style: normal; font-size: 10pt; font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  z-index: 20;
}
a.suggestion:hover {
  cursor: pointer;
  text-decoration: none;
  color: #000; font-style: normal; font-size: 10pt; font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  background: #acacbc;
  z-index: 20;
}


