#nav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFCA30; font-size: 14px; font-weight: bold;
  margin: 5px 0px 5px 0px;
}
#nav a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFCA30; text-decoration: none;
  display: block; float: left;
  padding: 0px 2px 2px 0px;
  filter: DropShadow(Color=#000000, OffX=1, OffY=1);
  text-shadow: #000 1px 1px 0px;
}
#nav a:hover {
  color: #FFCA30; text-decoration: none;
  display: block; float: left;
  padding: 2px 0px 0px 2px;
  filter: DropShadow(Color=#000000, OffX=-1, OffY=-1);
  text-shadow: #000 -1px -1px 0px;
}
#nav .active {
  display: block; float: left;
  padding: 2px 0px 0px 2px; cursor: default;
  filter: DropShadow(Color=#000000, OffX=-1, OffY=-1);
  text-shadow: #000 -1px -1px 0px;
}

#content {
  background-color: #FFFFF0;
  border-left:1px solid #FFCA30;
  border-right:1px solid #FFCA30;
  padding: 10px;
}
#content table {
  padding: 5px;
  background-color: #FFFFFF;
  border-top: 1px inset #FFCA30;
  border-right: 2px inset #FFCA30;
  border-bottom: 2px inset #FFCA30;
  border-left: 1px outset #FFCA30;
}
#content table caption {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; background-color: #FFCA30;
  border-top: 1px inset #FFCA30;
  border-right: 2px inset #FFCA30;
  border-left: 1px inset #FFCA30;
  margin:0;
}
#content table.lft {
  float: left; clear: right;
  width: 50%;
}
#content table.rgt {
  float: right; clear: left;
  width: 50%;
}
#content table.ctr {
  float: center; clear: both;
  width: 100%;
}
#content table.lft caption {
  padding-left: 5px;
  text-align: left;
}
#content table.rgt caption {
  padding-right: 5px;
  text-align: right;
}
#content table.ctr caption {
  text-align: center;
}

#jumps {
  background-color: #FFFFFF;
  border-left:1px solid #FFCA30;
  border-right:1px solid #FFCA30;
  padding: 0px 10px 3px 10px;
}
#jumps a {
  padding: 2px 5px 2px 5px;
  background-color: #FFCA30;
  text-decoration: none;
}
#jumps a:hover {
  padding: 2px 5px 2px 5px;
  text-decoration: none;
}

#chx {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#chx a {
  white-space: nowrap;
  text-decoration: none;
}
#chx td.mnMnu {
  font-size: 11px;
  text-align: center;
  line-height:15px;
  background-color: #FFFFF0;
}
#chx div.sbMnu {
  color: #000000;
  font-size: 11px; text-align: justify;
  visibility: hidden; position: absolute;
  line-height:14px;
}
#chx td.mnMnu a {
  color: #000000;
  display: block; width: 100%;
  padding: 0px; margin: 0px;
}
#chx td.mnMnu a:hover {
  color: #000000;
  background-color: #FFCA30;
  display: block; width: 100%;
  padding: 0px; margin: 0px;
}
#chx td.mnMnu .selected {
 color: #FFFFF0;
 background-color: #FFCA30;
}
#chx div.sbMnu a {
  color: #000000; margin: 0px;
  diplay: block; vertical-align: top;
  background-color: #FFFF99;
  padding: 0px 5px 0px 5px;
}
#chx div.sbMnu a:hover {
  color: #FFFF99; margin: 0px;
  diplay: block; vertical-align: top;
  background-color: #000000;
  padding: 0px 5px 0px 5px;
}
#chx div.sbMnu .selected {
 color: #FFCA30;
 background-color: #000000;
}

hr {
  height: 1px;
  border-width:0 0 1px 0;
  border-color: #FFCA30;
  border-bottom-style: solid;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  clear: both;
}

#content img {
  border: 1px solid #000000;
  margin: 5px; float: center;
}
#content p {
  display: block; width: auto;
  float: left;
}

.title {
  color: #000000; font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}
.subtitle {
  color: #000000; font-size:12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
}
.textjusti {
  color: #000000; font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify; line-height: normal;
}
.textcenter {
  color: #000000; font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center; line-height: normal;
}
.textleft {
  color:#000000; font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;  line-height: normal;
}
.textright {
  color: #000000; font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right; line-height: normal;
}
.textsmall {
  color: #000000; font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000; text-decoration: underline;
}
a:hover {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000; text-decoration: none;
}

ul {
  list-style-type: square;
}

sup {
  color: #CC0033; font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  scrollbar-face-color: #FFFFFF;
  scrollbar-shadow-color: #FFCA30;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFCA30;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #000000;
}

form {
  margin: 0px;
}

form.fxd * input {
  width: 240px;
}
form.lgn * input {
  width: 120px;
}
form.fxd * textarea {
  width: 240px;
}
form.lgn * textarea {
  width: 120px;
}
input {
  color: #000000; font-size:12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  background-color: #FFFFFF;
  border: 1px solid #FFCA30;
}

form input.btn {
  color: #FFFF99; font-weight: bold;
  background-color: #FFCA30;
  border-top: 1px solid #FFFF99;
  border-right: 1px outset #FFCA30;
  border-bottom: 1px outset #FFCA30;
  border-left: 1px solid #FFFF99;
  cursor: hand; width: auto;
}
textarea {
  color: #000000; font-size:12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  background-color: #FFFFFF;
  border: 1px solid #FFCA30;
}
select {
  color:#000000; font-size:12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFCA30;
}
