

body {
	color: #000000;
    background: #ffffff;
    }

    th, .header, caption {
    background: #135A9C;
    background: linear-gradient(#135A9C, #135A9C);
    color: #FFFFFF;
    border-color: #aaaaaa;
    }

    tr:nth-child(odd) {
    background: #eeeeee;
    }

    tr:nth-child(even) {
    background: #dddddd;
    }

    td {
    color: #000000;
    }

    tr:hover {
    color: #000000;
    background: #ddeeff;
    }

    A:link {
    color: #0000cc;
    }

    A:visited {
    color: #cc00cc;
    }

    A:hover A:active {
    color: #0000ff;
    }

    .header A:link {
    color: #0000cc;
    color: #FFFFFF;
    font-weight: inherit;
    }

    .header A:visited {
    color: #cc00cc;
    color: #DDDDDD;
    font-weight: inherit;
    }

    .header A:hover, .header A:active {
    color: #0000ff;
    color: #FFFF00;
    font-weight: inherit;
    }

    .header select, .header option, .header button {
    color: #0000cc;
    color: #FFFFFF;
    background: #135A9C;
    }

    .header select:hover, .header option:hover, .header button:hover {
    color: #FFFF00;
    }

    hr {
    color: #eeeeee;
    background-color: #eeeeee;
    }
