@CHARSET "utf-8";

* {
  margin                  : 0px;
  padding                 : 0px;
  text-decoration         : none;
  border-width            : 1px;
  background-repeat       : no-repeat;
  border-width            : 1px;
}

html, body {
  height                  : 100%;
  font-family             : verdana;
  font-size               : 10pt;
  line-height             : 1em;
  background-color        : #d0d0d0;
}

a {
  color                   : #00a0e0;
}

a:hover {
  color                   : #e08000;
  border-bottom-style     : dashed;
  border-bottom-color     : #e08000;
}

#ctMain {
  height                  : 100%;
}

#spacerVertical {
  float                   : left;
  margin                  : 0px 0px -150px 0px;
  width                   : 1px;
  height                  : 50%;
}

#ctContent {
  clear                   : both;
  margin                  : 0px auto 0px auto;
  width                   : 600px;
  height                  : 300px;
  background-color        : #ffffff;
  border-style            : solid solid solid solid;
}

#ctContent h1 {
  margin                  : 10px 10px 0px 10px;
  padding-bottom          : 7px;
  font-size               : 14pt;
  line-height             : 1em;
  border-bottom-style     : solid;
  border-bottom-color     : #d0d0d0;
}

#ctContent h1 .red {
  font-style              : italic;
  color                   : #a00000;
}

#ctContent h1 .normal {
  font-weight             : normal;
}

#ctContent h2 {
  margin                  : 0px 12px;
  padding-left            : 10px; 
  line-height             : 1em;
  font-size               : 8pt;
  font-weight             : normal;
  background-image        : url( '../Image/iconHeadline2.gif' );
  background-position     : 1px 3px;
}

#ctError {
  margin                  : 70px 30px 0px 30px;
}

#ctForm {
  margin                  : 40px 30px 0px 30px;
}

#ctForm h3 {
  font-size               : 10pt;
}

#ctForm div.right {
  clear                   : both;
  text-align              : right;
}

#ctForm input {
  margin-top              : 10px;
}

#ctForm span.radioLabel {
  margin-top              : 8px;
  margin-left             : 7px;
  margin-right            : 15px;
  line-height             : 1.3em;
}

#ctForm div.submit {
  clear                   : both;
  margin-top              : 20px;
}

#ctForm input.submit {
  border-style            : solid;
  border-color            : #000000;
}