body {
    padding: 0px;
    margin: 0px;
    background-color: #E0E0E0;
    font-family: Arial;
}

img { border: 0; }

.page {
  position: relative;
  padding: 20px;
  margin: 8px auto;
  width: 944px;
  border: 2px solid #000;
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 4px 4px 3px rgba(0,0,0,0.33);
}

.header {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 944px;
  height: 220px;
}

.header #col_l {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.header #col_r {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 494px;
  height: 100%;
}

.info_top {
  position: relative;
  height: 84px;
  font-family: MicraC, Arial;
  font-size: 32px;
  text-decoration: none;
}

.info_top div {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  vertical-align: top;
}

.menu {
  border: 4px solid #A00000;
  background-color: #FFFAFA;
  color: #000;
  border-radius: 0px 12px 12px 12px;
}

.menu table {
  border: 0;
  padding: 2px;
  margin: 0px;
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%;
  height: 100px;
  empty-cells: show;
  font-family: Tahoma, Arial;
  font-size: 18px;
}

.menu tr { height: 36px; }

.menu td {
  border: 0;
  padding: 0px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
}

.menu #sel {
  text-decoration: underline;
}

.menu a { text-decoration: none; color: #0000A0; }
.menu a:visited { text-decoration: none; color: #0000A0; }

.menu a:hover {
  text-decoration: underline;
  color: #0000A0;
}

.page_title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  color: #0000A0;
}

.sep0 {
  border: 0;
  display: block;
  width: 100%;
  height: 2px;
  padding: 4px 0px 8px 0px;
}

.sepf {
  border: 0;
  display: block;
  width: 100%;
  height: 2px;
  padding: 8px 0px 2px 0px;
}

.content {
  position: static;
  display: block;
  padding: 0px;
  margin: 0px;
  font-family: Arial;
  font-size: 12pt;
  text-align: center;
}

.content table {
  border: 0;
  padding: 2px;
  margin: 0px auto;
  border-spacing: 8px;
}

.content p { margin: 12px 0px; }
.content h3 {
  margin: 8px 0px 4px 0px;
  font-size: 14pt;
  font-weight: bold;
}

.footer {
  display: block;
  text-align: center;
  font-family: Arial;
  font-size: 6pt;
  font-weight: bold;
}

.bigref {
  margin: 0px;
  font-family: Arial;
  font-size: 14pt;
  text-align: left;
}

.dw_a {
  font-size: 16px;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 28px;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dw_a:hover { background-image: url('/res/download.png'); }

.bigref a { text-decoration: none; color: #0000A0; }
.bigref a:visited { text-decoration: none; color: #0000A0; }
.bigref a:hover { text-decoration: underline; color: #0000A0; }
