﻿.my_a_1 {
    color: #1264a3;
    text-decoration: none;
}

    .my_a_1:hover {
        color: #0b4c8c;
        text-decoration: underline;
    }

.my_a_gray {
    color: #696969;
    text-decoration: none;
}

    .my_a_gray:hover {
        color: #0b4c8c;
        text-decoration: underline;
    }

.fixedHeader-floating td {
    background-color: white;
}

.fixedHeader-floating th {
    background-color: white;
}