/* Sortable tables */
table.sortable td{
font-size:12px;
background-color:#E4F0F9;
}

#header td {
    background-color:#2272A1;
    color:white;
    font-weight: bold;
    text-decoration: none;
    font-size:16px;
}

#header td a {
    color:white;
    text-decoration: underline;
}

#header td a:hover {
    color:white;
    text-decoration: none;
}

table.sortable a {
    text-decoration:underline;
    font-weight:bold;
    font-size:12px;
}

table.sortable span.sortarrow {
    color: white;
    text-decoration: none;
}