body {
  font-weight           : bold;
  background-image      : url("../bg.jpg");
  background-attachment : fixed;
  color                 : #ffffff;
  margin-top            : 18;
  margin-left           : 4;
}

a {
  text-decoration : none;
  color           : #10b080;
}
a:hover {
  text-decoration : underline;
  color           : #88ff88;
}

div.red {
  font-size           : 50;
  font-weight         : bold;
  color               : #ff0000;
  filter              : Alpha(Opacity=100, FinishOpacity=70, Style=1, StartX=50, StartY=0, FinishX=100, FinishY=100);
  background-color    : #ffcccc;
  width               : 80%;
  padding-top         : 3px;
  padding-bottom      : 1px;
  border-color        : #ff0000;
  border-style        : solid;
  border-top-width    : 5px;
  border-right-width  : 0px;
  border-bottom-width : 5px;
  border-left-width   : 0px;
}
div.last {
  text-align  : right;
  color       : #aaaaaa;
  font-size   : 11px;
  font-weight : normal;
}
div.footer {
  color            : #ffff88;
  font-size        : 12px;
  font-weight      : normal;
  text-align       : center;
  margin-left      : 0px;
  margin-right     : 0px;
  background-color : #666600;
}

table {
  font-size:10.5pt;
}
table.index th {
  font-weight : bold;
}
th {
  font-weight : normal;
}
th.n {
  font-weight      : bold;
  color            : #ffaaaa;
  vertical-align   : top;
  background-color : #004499;
}
th.c {
  text-align       : left;
  background-color : #004477;
}
.p1 {
  background-color : #551177;
}
.p2 {
  background-color : #662288;
}
.b1 {
  background-color : #000066;
}
.b2 {
  background-color : #000088;
}

legend {
  font-weight : normal;
  font-size   : 24px;
  color       : #ff88ff;
}
legend sup {
  font-size   : 12px;
}

dl.label {
  margin-left : 0;
}
dl.label dt {
  margin    : 0px;
  padding   : 0px;
  color     : #ffff00;
  font-size : 32px;
}
dl.label dd {
  margin : 0px;
  color : #aaaaaa;
  font-size : 18px;
}

ul {
  list-style-type : disc;
  margin          : 10px 0px 10px 28px;
  padding         : 0px;
}
ol {
  list-style-type : decimal;
  margin          : 10px 0px 10px 36px;
  padding         : 0px;
}
li {
  margin-bottom : 3px;
}

font.sg {
  font-size : 13px;
  color     : #aaaaaa;
}
