HTML, BODY {
  background:       #FFFFFF;
  margin:           0PX;
  padding:          0PX;
  font-family:      sans-serif;
  font-size:        10pt;
  text-align:       center;
}

a {
  text-decoration:  none;
  color:            #999999;
}

a:visited {
  text-decoration:  none;
  color:            #999999;
}

#top {
  color:            #999999;
  background:       #FFFFFF;
  font-size:        14pt;
  font-weight:      bold;
  width:            800px;
  height:           30px;
  padding-top:      10px;
}

#mid {
  color:            #000000;
  background:       #FFFFFF;
  font-size:        10pt;
  width:            800px;
  min-height:       460px;
}

#bot {
  clear:            left;
  color:            #000000;
  background:       #FFFFFF;
  width:            800px;
  height:           100px;
  font-size:        8pt;
}

#tdt {
  padding:          3px;
  color:            #FFFFFF;
  background:       #AAAAAA;
  font-weight:      bold;
}

#tdd {
  padding:          3px;
  color:            #000000;
  background:       #EEEEEE;
  font-weight:      bold;
}
