.header {
    background: #B2E0FF;
    border-bottom: 2px solid #004DB3;
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

.header a:link, .header a:visited, .header a:hover, .header a:active {
    color: #000090;
}

.header img {
    border: none;
}

.header td {
    background: #F5F9FE;
    padding: 5px;
    white-space: nowrap;
}

.header td.logo {
    background: white;
    border-right: 1px solid #004DB3;
    padding: 0;
}

.header td.user {
    border-left: 1px solid #004DB3;
}

.header th {
    padding: 5px;
    white-space: nowrap;
}

