BODY {
  background-color: #000;
  color: #DDDDDD;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  SCROLLBAR-FACE-COLOR: #666666;
  SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
  SCROLLBAR-SHADOW-COLOR: #333333;
  SCROLLBAR-3DLIGHT-COLOR: #AAAAAA;
  SCROLLBAR-ARROW-COLOR: #DDDDDD;
  SCROLLBAR-TRACK-COLOR: #333333;
  SCROLLBAR-DARKSHADOW-COLOR: #111111;
  overflow: hidden;
  overflow-y: hidden;
  background-repeat: no-repeat;
  background-position: 20% 70%;
}
.borderbottom {
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #666666;
}

H2 {
  font-weight: normal;
}

H3 {
  font-weight: normal;
}

P {
  text-align: justify;
  font-size: 10pt;
}

P.warning {
  font-weight: bold;
}

.biog {
  font-size: 8pt;
}

A.biog {
  vertical-align: super;
  font-style: normal;
  color: #DD3D0B;
  font-size: 6pt;
}

A:link { color: #DDDDDD; }
A:visited { color: #DDDDDD; }
A:active { color: #DD3D0B; }
A:hover { color:#DD3D0B; }

B {
  color: #DD3D0B;
}

.c_menu {
  font-size: 8pt;
  vertical-align: top;
}

.footer {
  font-size: 8pt;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  color: #999999;
}

IMG {
  border: none;
}

.floatl {
  float: left;
  margin-right: 25px;
  margin-bottom: 2px;
  margin-top: 5px;
}

DIV.main {
  background-color: #111111;
  height: 400px;
  width: 80%;
  overflow: auto;
  margin-top: 30px;
  border-style: solid;
  border-color: #666666;
  border-width: 1px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
}

TD {
  font-size: 10pt;
}

UL {
  list-style-type: circle;
}

#menuList {
  margin: 0px;
  padding: 0px;
}

#menuList ul {
  margin: 0px;
  padding: 0px;
}

#menuList li {
  display: inline;
  list-style: none;
}

a.actuator { /* Main menu, no hover */
  background-color: transparent;
  color: #CCCCCC;
  font-size: 12px;
  margin: 0px;
  padding: 3px 6px;
  text-decoration: none;
  cursor: default;
  font-weight: bold;
}

a.actuator:hover { /* Main menu, hover */
  color: #EEEEEE;
  cursor: default;
}

.menu { /* Sub menu, generic */
  position: absolute;
  visibility: hidden;
  background-color: #111;
  border: 1px solid #333333;
}

.menu li a { /* Sub menu, no hover */
  background-color: transparent;
  color: #CCCCCC;
  display: block;
  font-size: 12px;
  line-height: 1.75em;
  margin: 0px;
  padding: 0px 10px;
  text-decoration: none;
}

.menu li a:hover { /* Sub menu, hover */
  background-color: #333333;
  color: #EEEEEE;
  cursor: default;
}

UL {
  font-size: 10pt;
  list-style-type: disc;
}

