h1 {
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 15px;
    font-weight : bold;
}
h2 {
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 15px;
    font-weight : normal;
}
h3 {
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 13px;
    font-weight : bold;
}
h4 {
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 13px;
    font-weight : normal;
}
h5 {
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 11px;
    font-weight : bold;
}
p {
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 11px;
    font-weight : normal;
}
td {
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 11px;
    font-weight : normal;
}

img {
    border: 0;
}

.title {
    color : #ffffff;
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 2.0em;
    font-weight : bold;
  }


.csc-header {
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 14px;
    font-weight : bold;
  }

.bodytext {
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 11px;
    font-weight : normal;
  }

.csc-form-labelcell,.csc-form-radio {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    text-align: right;
    padding-right: 10px;
  }


.csc-form-labelcell input textarea {
    background-color : #EDEDED;
    border: 0;
  }


.csc-mailform input, textarea {
    background-color : #EDEDED;
    border: solid 1px black;
  }