html, body {
  padding: 0px;
  margin: 0px;
  background-image: url(sys/images/page_background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  height: 100%;
}
.alltable {
  border-left: 1px solid #F08028;
  border-right: 1px solid #F08028;
}
.menu {
  font-family: Arial;
  font-size: 12px;
}
.main {
  font-family: Arial;
  font-size: 12px;
  padding: 10px;
}
.title {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
}
.input {
  background: #FFFFFF;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #000000;
  padding-left: 2px;
  margin: 1px;
}
.button {
  background: #F0B080;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  border: 1px solid #000000;
  margin: 1px;
}
.menu_boxhead {
  background-image: url(sys/images/menu_boxhead.gif);
  font-family: Arial;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  padding: 3px;
  border-right: 1px solid #F08028;
}
.menu_box {
  background-image: url(sys/images/menu_boxhead.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  border-right: 1px solid #F08028;
  padding: 3px;
  margin-bottom: 3px;
}
.mainmenu_link {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.footer {
  background: #F08028;
  text-align: center;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}
.table1 {
  font-family: Arial;
  font-size: 12px;
}
.font1 {
  font-family: Arial;
  font-size: 12px;
}
.font2 {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}
.highlight {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
}
