#details {
    color : #ffffff;
    left : 20px;
    top : 20px;
  }

#details span {
    float:left;
    width: 8em;
    text-align: left;
    margin-right: .5em;
  }


.err_form {
    color : red;
    margin-left : 20px;
  }


#err_txt {
    margin-left : 10px;
  }


p.error {
    color : red;
    font-size : 30px;
    font-style : oblique;
    margin-left : 10px;
  }


.table {
    border:3px;
    border-style:outset;
    border-color : #03A3DA;
    padding:2px;
  }


.ct1 {
    color : red;
  }


.ct2 {
    color: #00FF00;
  }


.ct3 {
    color: #FFFF3C;
  }


p {
    color : #FFFFFF;
    font-family : serif;
    font-size : large;
    font-style : normal;
  }


h1 {
    color : #03A3DA;
    font-family : serif;
    font-size : 50px;
    font-style : normal;
    font-weight : bold;
    margin-bottom : 10px;
    margin-top : 0px;
    text-transform : uppercase;
  }


h2 {
    color : #406BFF;
    font-family : serif;
    font-size : 30px;
    font-style : normal;
    font-weight : bold;
    margin-bottom : 10px;
    margin-top : 20px;
    text-transform : capitalize;
  }


h3 {
    color : #00FF00;
    font-family : serif;
    font-size : 25px;
    font-style : normal;
    font-weight : bold;
    margin-bottom : 10px;
    margin-top : 20px;
    text-transform : capitalize;
  }


h4 {
    color : #03A3DA;
    font-family : serif;
    font-size : 20px;
    font-style : normal;
    font-weight : bold;
    margin-bottom : 10px;
    margin-top : 20px;
    text-transform : capitalize;
  }


a {
    color : #03A3DA;
    font-family : serif;
    font-size : 100%;
    font-style : normal;
    text-decoration : underline;
  }


a:hover {
    color: #406BFF;
  }


a:visited {
    color:#9A00F7;
  }


a:focus {
    color: #00FF00;
  }


a:visited:hover {
    color : #03A3DA;
  }


blockquote {
    color : #b20003;
    font-family : Kursiv;
    font-weight : bold;
    font-size : x-large;
    font-style : italic;
    text-decoration : underline;
  }


.lbl {
    float:left;
    width: 8em;
    text-align: right;
    margin-right: .5em;
  }


.form_box {
    background-color : #19195A;
    color : #ffffff;
  }


.button_sbm {
    background-attachment : scroll;
    background-color : transparent;
    background-image : url(../img/apply_bt_3.gif);
    background-position : left top;
    background-repeat : no-repeat;
    border-bottom-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    color : #03A3DA;
    cursor : hand;
    display : block;
    float : left;
    font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-style : normal;
    font-weight : bold;
    height : 24px;
    line-height : 24px;
    margin-left : 10px;
    margin-top : 24px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    text-align : center;
    text-decoration : none;
    text-transform : uppercase;
    white-space : nowrap;
    width : 130px;
  }


.button_sbm:hover {
    background-position : left -30px;
    color : #001762;
    text-decoration : none;
  }


.button_sbm:active {
    background-position : left -30px;
    color : #02F9FC;
    outline-style : none;
  }


.button_sbm:visited {
    background-position : left -60px;
    outline-style : none;
    color : #DA3728;
  }


.button_sbm:focus {
    background-position : left -30px;
    color : #001762;
    text-decoration : none;
  }


.ab:visited:hover {
    background-position : left -30px;
    color: #B3291E;
    text-decoration : none;
  }

