body, table td, select {
    font-family: Arial, sans-serif;
    font-size: 84%;
}

.footer {
    background: #8B8B8B none repeat scroll 0 0;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    font-family: arial, sans-serif;
    font-size: 83%;
    padding: 5px;
    text-align: center;
    color: white;
}

#footer a, #footer a:visited, #footer a:hover {
    color: white;
}

#headerPanel {
    padding-top: 30px;
    padding-bottom: 15px;
}

#headerPanel a, #headerPanel a:visited, #headerPanel a:hover {
    color: white;
    font-family: arial, sans-serif;
    font-size: 83%;
}

#headerPanel .control-Link {
    position: relative;
    display: block;
    float: right;
}

.aboutPanelLink {
    color: white;
    cursor: pointer;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
}

.aboutPanelLink:hover {
    color: white;
    cursor: pointer;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: underline;
}

.aboutPanelLabel {
    color: white;
    cursor: default;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}

input.error {
    background-color: yellow;
}

div.errorHeader {
    background-color: red;
}

.mailing-text {
    font-size: x-small;
    font-family: Verdana, sans-serif;
}