body {
         height:100%;
         text-align:center;
         font-size:11px;
         font-family:verdana, arial, sans-serif;
}

a {
        color:#6DB233;
        text-decoration:none;
}

a:hover {
        color:#6DB233;
        text-decoration:underline;
}

#content{
         height:100%;
         width:100%;
         padding:0px;
         padding-top:20px;
         margin:0px;
         vertical-align:top;
         text-align:left;
         width:1000px;
}

div.label{
        font-weight:bold;
        display:block;
        margin:0px !important;
}

div.field{
        float:right;
        margin:0px !important;
}

div.formInput{
        clear:both;
        margin-bottom:10px;
}

#content div{
        margin-bottom:10px;
        line-height:145%;
}

div.bold{
        font-weight:bold;
        margin-bottom:5px;
}

#header {
        font-weight:normal;
        font-size:16pt;
        color:#4c4c4c;
         width:980px;
         text-align:left;
}

input{
        border: 1px solid #4c4c4c;
        background-color:#ffffff;
        width:150px;
}

select{
        border: 1px solid #4c4c4c;
        background-color:#ffffff;
        width:152px;
}


.radio {
        background-color:#f8f8f8;
        border: 0px solid #f8f8f8;
        margin-right:5px;
        width:20px;
}

hr{
        height:1px;
        color:#4c4c4c;
        clear:both;
}

.formSubmitButton{
        text-align:right;
}
.formSubmitButton input{
        background-color:#6DB233;
        color:#ffffff;
        font-weight:bold;
}

.formInputError{
        font-size:11px;
        color:#c00000;
}

li{
        margin-bottom:10px;
        line-height:20px;
}

ol{
        margin-top:5px;
        margin-bottom:5px;
}