a.white:link, a.white:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

a.white:hover {
    text-decoration: underline;
}

a.blue:link, a.blue:visited {
    color: #006ba1;
    font-weight: bold;
    text-decoration: none;
}

a.blue:hover {
    text-decoration: underline;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.error {
    color: #ff0000;
    font-weight: bold;
}

td.header {
    background-color: #e0e0e0;
    padding: 4px;
}

td.data {
    background-color: #ffffff;
    padding: 4px;
}

.button {
    height: 19px;
    border: 1px solid #b0b0b0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    vertical-align: top;
}