BODY {
  background : #fefaed;
  color : #000000;
  margin : 0px;

  scrollbar-base-color : #fefaed;
  scrollbar-3d-light-color : #FBEABD;
  scrollbar-arrow-color : #F7D782;
  scrollbar-darkshadow-color : #FBEABD;
  scrollbar-face-color : #FBEABD;
  scrollbar-highlight-color : #F7D782;
  scrollbar-shadow-color : #F7D782;
  scrollbar-track-color : #fefaed;
}

H1 {
  margin-left : 0px;
  margin-right : 0px;
  margin-top : 0px;
  margin-bottom : 0px;
  font : bold 14px Verdana;
}

H2 {
  margin-left : 0px;
  margin-right : 0px;
  margin-top : 0px;
  margin-bottom : 10px;
  font : bold 12px Verdana;
}

H2 A:hover {
  color: #000000;
  text-decoration: none;
}

H3 {
  margin-left : 0px;
  margin-right : 0px;
  margin-top : 10px;
  margin-bottom : 0px;
  font : bold 12px Verdana;
}

H4,H5 {
  margin-left : 0px;
  margin-right : 0px;
  margin-top : 0px;
  margin-bottom : 5px;
  font : bold 11px Verdana;
}

P,DIV {
  margin-top:0px;
  margin-bottom:5px;
}

P.ops {
  margin-top:0px;
  margin-bottom:0px;
}

A:link, A:visited {
  color: #990000;
  text-decoration: underline;
  font-weight:bold;
}

A:hover {
  color: #CC0000;
  text-decoration: underline;
  font-weight:bold;
}

TABLE {
  font : 11px Verdana,Arial,Tahoma;
}

TABLE.overallhead {
  background-color : #FBEABD;
  width : 95%;
}

TABLE.opsi {
  color:#000000;
  background-color : #E6EBF5;
  width : 95%;
}

TD.opsiheader {
  font : 12px Verdana,Arial,Tahoma;
  font-weight: bold;
  background : #ABC3EC;
  height : 20px;
  background-repeat:no-repeat;
  background-position:center 6px;
}

TD.opsifooter {
  font : 11px Verdana,Arial,Tahoma;
  color: #000000;
}

TABLE.opdi {
  color:#000000;
  background-color : #DAF1D8;
  width : 95%;
}

TD.opdiheader {
  font : 12px Verdana,Arial,Tahoma;
  font-weight: bold;
  background : #A0CF9D;
  height : 20px;
  background-repeat:no-repeat;
  background-position:center 6px;
}

TD.opdifooter {
  font : 11px Verdana,Arial,Tahoma;
  color: #000000;
}

TABLE.wiki {
  color:#000000;
  background-color : #F5EBE6;
  width : 95%;
}

TD.wikiheader {
  font : 12px Verdana,Arial,Tahoma;
  font-weight: bold;
  background : #ECC3AB;
  height : 20px;
  background-repeat:no-repeat;
  background-position:center 6px;
}

TD.wikifooter {
  font : 11px Verdana,Arial,Tahoma;
  color: #000000;
}

UL {
  margin-top: 0px;
  margin-bottom: 12px;
}

LI {
  margin-bottom: 5px;
  margin-left: -20px;
}



