body {
  margin: 10px 0 0 0;
  background: #fff;
  text-align: center;
  font: 9pt arial, helvetica;
}

br {
  clear: both;
}

img {
  border: 0;
}

form {
  margin: 0;
}

a, a:visited {
  color: #00f;
  text-decoration: none;
}

a:hover {
  color: #f00;
}

a.action:link, a.action:visited {
  color: #36f;
  font-weight: bold;
  text-decoration: underline;
}

strike {
  color: #f00;
}

.new {
  background: #FFFFB0;
  font-weight: 700;
  padding: 2px;
  color: #00f;
}

.selected {
  font-weight: bold;
  color: #f00;
}

.selected-row {
  background: #E6EFFF;
}

.selected-row-light {
  background: #f4f8ff;
}

.blue {
  font-size: 9pt;
  color: #00f;
}

.bluebold {
  font-size: 9pt;
  font-weight: bold;
  color: #00f;
}

.red {
  font-size: 9pt;
  color: #f00;
}

.errors {
  font-size: 10pt;
  font-weight: bold;
  color: #f00;
  padding: 5px 2px 2px 10px;
  text-align: left;
}

.redbold {
  font-size: 9pt;
  font-weight: bold;
  color: #f00;
}

.highlight {
  background: yellow;
}

.error, .errorbox-bad {
  font-size: 8pt;
  color: red;
  border: outset 1px red;
  padding: 2px;
  background-color: #ffdcdc;
}

.error-text {
  color: #f00;
  font-size: 12pt;
  font-weight: bold;
}

.errorMessage {
  color: #f00;
  font-size: 8pt;
  font-weight: bold;
}

div#header {
  text-align: center;
}

div#header ul {
  margin: 1px 0 0 5px;
  padding: 1px 0 0 1px;
  width: 755px;
  height: 20px;
  list-style: none;
  text-align: center;
}

div#header ul li {
  width: 33%;
  float: right;
  font-weight: bold;
  text-align: center;
  font-size: 9pt;
}

div#header img#rule-top {
  height: 6px;
  width: 755px;
  background: url( '/images/head-rule-top.gif' ) repeat-x #C7DDFB;
}

div#header img#banner {
  padding: 7px;
}

div#header img#rule-bot {
  height: 9px;
  width: 755px;
  background: url( '/images/head-rule-bot.gif' ) repeat-x #5386BF;
}

div#footer {
  clear: both;
  padding: 40px 30px 0 0;
  text-align: center;
  font-size: 8pt;
  font-family: arial;
  color: #000033;
}

div#footer a:hover {
  color: #ff0000;
}
div#footer A{
  color:#000033;
}

div#footer #copyright {
  color: #aaa;
  font-size: 10px;
}

div.autocomplete {
  position: absolute;
  min-width: 387px;
  background-color: #eee;
  color: #1833cc;
  border: 1px solid #888;
  margin: 0;
  padding: 0;
}

div.autocomplete ul {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

div.autocomplete ul li.selected {
  background-color: #ffb;
  text-decoration: underline;
  font-weight: normal;
}

div.autocomplete ul li {
  text-align: left;
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 1px;
  cursor: pointer;
  width: 385px;
}

div.autocomplete ul li.disabled {
  cursor: default;
  text-decoration: none;
  background-color: #eee;
  color: #0833cc;
  font-weight: normal;
}