body { 
  margin: 0px;
  font-family: arial, helvetica, luxi sans, sans-serif;
}

A {
  color: #2a568e;
  text-decoration: none;
}

A:visited {
  color: #3366AA;
}

A:hover {
  color: #3366AA;
  text-decoration: underline;
}


h1 {
  font-size: 14pt;
  font-weight: bold;
}

h2 {
  font-size: 12pt;
  font-weight: bold;
}

h3 {
  font-size: 10pt;
  font-weight: bold;
}

.big_font {
  font-size: 12pt;
}

.normal_font {
  font-size: 10pt;
}

.small_font {
  font-size: 9pt;
}

.tiny_font {
  font-size: 8pt;
}

.error {
  color: #AA0000;
  font-size: 10pt;
}

.help {
  background-color: #EEEEFF;
  border: 2px solid #3366AA;
  -moz-border-radius: 12px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10pt;
}

.input-disabled {
  color: black;
  background-color: #DADFE8;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  text-indent: 2px;
  line-height: 22px;
}

input, textarea {
  color: black;
  background-color: white;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  font-size: 10pt;
  text-indent: 2px;
}

input.submit {
  background-color: #DDDDDD;
  border-top: solid 2px #EEEEEE;
  border-left: solid 2px #EEEEEE;
  border-right: solid 2px #666666;
  border-bottom: solid 2px #666666;
  font-size: 10pt;
  text-indent: 0px;
  cursor: pointer;
}

input.submit:hover {
  background-color: white;
}

input.submit-default {
  background-color: #DDDDDD;
  border-top: solid 2px #EEEEEE;
  border-left: solid 2px #EEEEEE;
  border-right: solid 2px #666666;
  border-bottom: solid 2px #666666;
  font-size: 10pt;
  text-indent: 0px;
  cursor: pointer;
}

input.submit-default:hover {
  background-color: white;
}

select {
  color: black;
  background-color: white;
  font-size: 10pt;
  text-indent: 2px;
}

A.textbutton, A.textbutton:visited {
  color: black;
  background-color: #DADFE8;
  font-size: 8pt;
  text-decoration: none;
  padding-top: 1;
  padding-bottom: 1;
  padding-left: 6;
  padding-right: 6;
  border: 1px outset;
  cursor: default;
  line-height: 22px;
}

.textbutton-disabled {
  color: gray;
  background-color: #DADFE8;
  font-size: 9pt;
  text-decoration: none;
  padding-top: 1;
  padding-bottom: 1;
  padding-left: 6;
  padding-right: 6;
  border: 1px outset;
  cursor: default;
  line-height: 22px;
}

A.textbutton:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  cursor: pointer;
}

A.navbutton, A.navbutton:visited {
  color: black;
  background-color: #C7CFDB;
  font-size: 12px;
  text-decoration: none;
  padding: 1px 6px;
  margin-left: 1px;
  position: relative;
  top: -2px;
  cursor: default;
}

A.navbutton:hover {
  color: #3366AA;
  background-color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

.login_flag {
  border: solid 1px #C7CFDB;
  font-size: 9pt;
  color: #FFFFFF;
  background-color: #2a568e;
  padding: 0px 6px 1px;
}

.secure_flag {
  border: solid 1px #f3e96e;
  font-size: 9pt;
  color: #f3e96e;
  padding: 0px 6px 1px;
  background-color: #2a568e;
}

.binary_background {
  background-image: url('/images/halfbinary.gif');
  background-repeat: no-repeat;
  background-position: right top;
}

A.biglink {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

A.biglink:hover {
  text-decoration: underline;
}

.section_header {
  color: #000000;
  background-color: #DADFE8;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  padding: 3px;
  font-size: 12pt;
  font-weight: bold;
}

A.section_link, A.section_link:visited {
  color: #000000;
  text-decoration: none;
}

A.section_link:hover {
  color: #3366AA;
  text-decoration: none;
}

.DisplayForm {
  background-color: #DDDDDD;
  border: outset 1px black;
  border-spacing: 0;
  padding: 6;
  font-size: 11pt;
}

.DisplayTable {
  background-color: #3366AA;
  border-top: solid 1px #C7CFDB;
  border-left: solid 1px #C7CFDB;
  border-right: solid 1px #2a568e;
  border-bottom: solid 1px #2a568e;
  border-spacing: 0;
  font-size: 11pt;
  cursor: default;
}

.DTHeader {
  background-color: #3366AA;
  color: white;
  font-weight: bold;
  position: relative;
  top: 2px;
}

.DTBody {
  background-color: #dadfe8;
  border-top: 1px solid #2a568e;
  border-left: 1px solid #2a568e;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  font-size: 10pt;
  cursor: default;
}

.DTRow1 {
  background-color: #C7CFDB;
}

.DTRow2 {
  background-color: #dadfe8;
}

.DTCell {
  font-size: 10pt;
  height: 16px;
  padding: 2px;
}

.DTFormCell {
  padding: 4px;
}

.DTFormLabel {
  font-size: 10pt;
}

.DTFooter {
  background-color: #3366AA;
  color: white;
}
