body {
  margin: 0px;
  background-color: #FCF3DB;
  scrollbar-face-color: #FCF3DB;
  scrollbar-highlight-color: #FCF3DB;
  scrollbar-3dlight-color: #FCF3DB;
  scrollbar-darkshadow-color: #FCF3DB;
  scrollbar-shadow-color: #FCF3DB;
  scrollbar-arrow-color: #002F5F;
  scrollbar-track-color: #FCF3DB;
}
.tbl_100 {
  width: 100%;
}
.tbl_1px {
  border: 1px #EFA400 solid;
}
.tbl_1px_h {
  width: 1;
  height: 100%;
  background-color: #EFA400;
}
.bg {
  background-image: url(gfx/bg.gif);
}
.bg_menu {
  width: 190;
  height: 175;
  background-image: url(gfx/bg_menu.gif);
}
.bg_left {
  width: 210;
  height: 204;
  background-image: url(gfx/bg_left.gif);
}
.bg_left2 {
  width: 210;
  height: 204;
  background-image: url(gfx/bg_left2.gif);
}
.bg_right {
  width: 592;
  height: 608;
  background-image: url(gfx/bg_right.gif);
}
.bg_left_o1 {
  width: 188;
  height: 304;
  background-image: url(gfx/bg_left_o1.gif);
}
.bg_left_o2 {
  width: 188;
  height: 304;
  background-image: url(gfx/bg_left_o2.gif);
}

hr {
  width: 90%;
  height: 1px;
  border: solid #EFA400 1px;
}

a#blue {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #002F5F;
  text-decoration: none;
}
a:hover#blue {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #002F5F;
  text-decoration: underline;
}
a#blue_b {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: bold;
  color: #002F5F;
  text-decoration: none;
}
a:hover#blue_b {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: bold;
  color: #002F5F;
  text-decoration: underline;
}                

.blue_small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  color: #002F5F;
}
.blue_big {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: normal;
  color: #002F5F;
}
.blue {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #002F5F;
}
.blue_j {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #002F5F;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}
.red {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: bold;
  color: #FF0000;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #002F5F;
  border: solid #EFA400 1px;
  background-color: #FCF3DB;
}
select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #002F5F;
  border: solid #EFA400 1px;
  background-color: #FCF3DB;
}
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #002F5F;
  border: solid #EFA400 1px;
  background-color: #FCF3DB;
}