a:link {
  color:#00A000;
  text-decoration:none;
}
a:visited {
  color:#00A000;
  text-decoration:none;
}
a:hover {
  color:#00DD00;
  text-decoration:none;
}
body {
  background-color:#FFFFFF;
  color:#000000;
  cursor:default;
  margin: 4px;
  font-family:Verdana, Arial;
  font-size:10pt;
}
input.in {
  width:95px;
  height:22px;
  background-color:#F7F7F7;
  border:solid 1px #000000;
  font-family: 'MS Sans Serif', sans;
}
input.sub {
  font-family:'MS Sans Serif';
  font-size:8pt;
  width:85px;
  height:22px;
}
form {
  margin: 0px;
}
h1 {
  text-align: center;
  margin: 4px 10px 2px 10px;
  font-size: 14pt;
  font-weight: bold;
}
h2 {
  text-align: center;
  margin: 4px 10px 2px 10px;
  font-size: 12pt;
  font-weight: bold;
}
h6 {
  text-align: center;
  margin: 0px;
  font-size: 10pt;
  color: #808080;
  font-weight: normal;
}
p {
  text-indent: 2em;
  text-align: justify;
}
p.center {
  text-align: center;
}
p.note {
  margin-left: 2em;
  margin-right: 10px;
  text-indent: 0px;
}
td.r {
  text-align: right;
}
tr.g {
  background-color: #DDDDDD;
}
img.pic {
  border: 1px solid #000000;
  margin: 6px;
  padding: 4px;
}


