

body {
    background-color: #ffffff;
    font-size: 10pt;
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #244c75;
    margin: 10px auto;
    width: 780px;
}

.header{
    background-image: url("../img/header.gif");
    background-repeat: no-repeat;
    height: 45px;
}

.header #headerTitle{
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
}

.footer{
    height: 160px;
    background-image: url("../img/footer.jpg");
    background-repeat: no-repeat;
}

.content{
    margin: 20px 0px;
}

img{
    border-style: none;
}

input{
    color: #244c75;
}

.validatorMessage{
    display: block;
    font-size: 11pt;
    color: #ff0000;
    font-weight: bold;
}

.intro{
  width: 540px;
  margin: 0px auto;
  font-size: 11pt;
  font-weight: bold;
  text-align: justify;
}