﻿table {
    border-top-color: #249531;
    border-bottom-color: #249531;
}

    table tr td a.asc:after {
        color: #249531;
    }

    table tr td a.desc:after {
        color: #249531;
    }

    table tr td.Style1 {
        text-align: left;
        border-bottom: solid 1px #000;
    }

    table tr td.Style4 {
        text-align: center;
        border-bottom: solid 2px #249531;
        margin: 0 0 10px 0;
    }

    table tbody tr td {
        border-bottom-color: #249531;
    }

    table thead {
        border-color: #249531;
    }

        table thead tr td {
            border-color: #249531;
        }

    table tfoot {
        border-color: #249531;
    }

        table tfoot tr td {
            border-color: #249531;
        }
