A:link {
  color: #000080;
  font-weight: bold;
  text-decoration: none;
}

A:visited {
  color: #0000FF;
  font-weight: bold;    
  text-decoration: none;
}

A:hover {
  color: #000080;
  font-weight: bold;
  text-decoration: underline;
}

A:active {
  color: #000080;
  font-weight: bold;
  text-decoration: underline;
}

BODY {
  background-color: #0088ff;
  color: #000000;
  margin-top: 0.25in;
  margin-right: 0.0in;
  margin-left: 0.0in;
  font-size: 12pt;
  line-height: 14pt;
  font-family: "times new roman", serif;
  text-align: center;
}

TABLE {
  background-color: #FFFFE0;
  margin-bottom: 5px;
  margin-top: 5px;
}

H1,H2,H3 {
  color: #FF0000;
  font-weight: bold;
  font-family: arial, san-serif;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

H1 {
  font-size: 16pt;
}

H2 {
  font-size: 14pt;
}

H3 {
  font-size: 12pt;
}

UL {
  margin-bottom:0px;
  margin-top:0px;
}

OL {
  margin-bottom:0px;
  margin-top:0px;
}

P {
  margin-top:0px;
}

DIV.divCollapsed {
  display: none;
  position: static;
}

DIV.divExpanded {
  display: inline;
  position: static;
}

DIV.menu {
  position: inherit;
}

TR.listHeader {
  background-color: #FF4500;
  color: #FFFF44;
  font-weight: bold;
  left: 10px;
  text-align: left;
}

TR.listRecord {
  background-color: #FFE4B5;
  color: #0000FF;
  font-weight: bold;
  left: 10px;
  text-align: left;
}
