BODY {
  font-family: "Arial", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  background-color: #eeeeee;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(image/bg_750.bmp);
  background-position: center;
  background-repeat: repeat-y;
}

BODY.hf_1000 {
  background-image: url(image/bg_1000.bmp);
}

BODY.counter {
  margin: 0px 0px 0px 2px;
  background-image: url(image/space.gif);
  background-color: #dddddd;
}

H1 {
  font-family: "Arial", sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  width: 750px;
  align: center;
  text-align: justify;
}

TABLE.hf {
  border-collapse: collapse;
  border: none;
  width: 750px;
}

TABLE.hf_not750 {
  border-collapse: collapse;
  border: none;
}

TABLE.hf_stat {
  border-collapse: collapse;
  border: none;
}

TD.hf_head {
  border: 1px solid #eeeeee;
  background-color: #800000;
  background-image: url("image/red_banner_750.jpg");
  font-size: 8pt;
  font-weight: bold;
  color: #eeeeee;
  align: center;
  text-align: justify;
  vertical-align: top;
  padding: 2px 5px 2px 5px;
}

TD.hf_head_no_padding {
  border: 1px solid #eeeeee;
  background-color: #800000;
  background-image: url("image/red_banner_750.jpg");
  font-size: 8pt;
  font-weight: bold;
  color: #eeeeee;
  align: center;
  text-align: justify;
  vertical-align: top;
  padding: 0px 0px 0px 0px;
}

TD.hf_text {
  border: none;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  align: center;
  text-align: justify;
  vertical-align: top;
  padding: 2px 5px 2px 5px;
}

TD.hf_right {
  border: none;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  align: center;
  text-align: right;
  vertical-align: top;
  padding: 2px 5px 2px 5px;
}

TD.hf_text_no_padding {
  border: none;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  align: center;
  text-align: justify;
  vertical-align: top;
  padding: 0px 0px 0px 0px;
}

TD.hf_stat {
  border: 1px solid #eeeeee;
  font-family: "Arial", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  align: center;
  text-align: center;
  vertical-align: bottom;
  padding: 2px 0px 0px 0px;
}

A:link {
  color: #a00000;
  text-decoration: underline;
}
A:visited {
  color: #a00000;
  text-decoration: underline;
}
A:hover {
  color: #a00000;
  text-decoration: underline;
}
A:active {
  color: #a00000;
  text-decoration: underline;
}

A.hf_menu:link {
  color: #a00000;
  text-decoration: none;
}
A.hf_menu:visited {
  color: #a00000;
  text-decoration: none;
}
A.hf_menu:hover {
  color: #a00000;
  text-decoration: underline;
}
A.hf_menu:active {
  color: #a00000;
  text-decoration: underline;
}

P.hf_text {
  width: 750px;
  align: center;
  text-align: justify;
  margin-top: 19px;
  margin-bottom: 19px;
  padding-top: 0px;
  padding-bottom: 0px;
}

P.hf_1000 {
  width: 1000px;
  align: center;
  text-align: justify;
  margin-top: 19px;
  margin-bottom: 19px;
  padding-top: 0px;
  padding-bottom: 0px;
}

P.hf_center {
  width: 750px;
  align: center;
  text-align: center;
  margin-top: 19px;
  margin-bottom: 19px;
  padding-top: 0px;
  padding-bottom: 0px;
}

P.hf_menu {
  color: #000000;
  font-family: "Arial", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  align: center;
  text-align: justify;
}

I {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  font-style: italic;
  color: #000000;
}