BODY {
  color: #000000;
  background-color: #F0F0F0;
}
P {
  text-align: justify;
  text-indent: 2em;
}
H1 {
  text-align: center;
}
H2 {
  text-align: center;
  font-size: 16pt;
  font-weight: bold;
  margin: 0 0 4px 0;
}
H3 {
  text-align: center;
}
SPAN.top {
  border-width: 2px;
  border-style: none none solid none;
  border-color-bottom: #000000;
}
SPAN.l {
  font-size: 10pt;
  color: #404040;
}
TABLE.main {
  text-align: justify;
  font-size: 10pt;
}
TABLE.window {
  border-width: 1px 0px 0px 1px;
  border-color: #000000;
  border-style: solid;
  margin-bottom: 20px;
}
TD.winhead {
  height: 22px;
  background-color: #C0C0C0;
  text-align: center;
  font-weight: bold;
  border-width: 1px;
  border-color: #F0F0F0;
  border-style: solid;
}
TD.winbody {
  text-align: justify;
  padding: 0 6px 20px 6px;
}
TD.hint {
  font-size: 8pt;
  padding-left: 5px;
  padding-bottom: 4px;
  color: #404040;
  vertical-align: top;
}
FORM {
  margin: 0px;
}
SELECT.in, INPUT.input {
  width: 300px;
  height: 24px;
  margin-top:2px;
}
SELECT.input {
  width: 100px;
  height: 24px;
}

INPUT.button {
  width: 100px;
  height: 30px;
}



