#header {
  border-style: solid solid none;
  border-color: #cccccc;
  border-width: 1px;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  color: white;
  line-height: 30px;
  text-align: center;
  font-size: 12pt;
  height: 30px;
  background-color: #990000;
}
#himage {
  border-style: solid solid none;
  border-color: #cccccc;
  border-width: 1px;
  background-color: white;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0px;
}
#hmenu {
  border-style: solid;
  border-color: white #cccccc;
  border-width: 1px;
  margin-right: auto;
  font-size: 10pt;
  width: 720px;
  margin-left: auto;
  line-height: 21px;
  background-color: #666666;
  height: 21px;
  color: white;
}
#hmenu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: none;
  color: #666666;
}
#hmenu li {
  border-style: none solid none none;
  border-color: white;
  border-width: 1px;
  float: left;
  text-align: center;
  display: block;
  width: 79px;
  height: 21px;
}
#hmenu a {
  color: white;
  text-decoration: none;
}
#hmenu a:hover {
  background-color: #990000;
  display: block;
}
#hbanner {
  border-style: none solid;
  border-color: #cccccc;
  border-width: 1px;
  line-height: 0px;
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}
#content {
  border: 1px solid #cccccc;
  margin-right: auto;
  background-color: white;
  width: 680px;
  margin-left: auto;
  color: #666666;
  font-size: 10pt;
  padding-right: 20px;
  padding-left: 20px;
}
#content ul {
  margin: 0px auto;
  padding: 0px;
  list-style-type: none;
  float: none;
  color: #666666;
  display: table;
}
#content li {
  border-style: none solid none none;
  border-color: #cccccc #cccccc #cccccc white;
  border-width: 1px;
  float: left;
  text-align: center;
  display: block;
  width: 70px;
  height: 21px;
  line-height: 21px;
}
#content a {
  color: #990000;
  text-decoration: none;
}
#content a:hover {
  display: inline;
  background-color: white;
  text-decoration: underline;
}
#title {
  font-size: 12pt;
  padding-top: 10px;
}
.text_title {
  font-size: 10pt;
  font-weight: bold;
  color: #666666;
  padding-top: 5px;
  padding-bottom: 5px;
}
.text {
  font-size: 10pt;
}
#footer {
  border-style: none solid solid;
  border-color: #cccccc;
  border-width: 1px;
  margin-right: auto;
  font-size: 10pt;
  text-align: center;
  background-color: #cccccc;
  width: 720px;
  margin-left: auto;
}

