/* CSS Document */
table {
    background-color: #FFF;
    border: none;
    color: #495E49;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: left
    }
table a:link, table a:visited, table a:active {
    background-color: transparent;
    color: #46502b;
    text-decoration: none
    }
table a:hover {
    background: transparent;
    color: #46502b;
    text-decoration: underline
    }
table caption {
    background-color: transparent;
    color: #67BD2A;
    font-family: Georgia, serif;
    font-size: 24px;
    padding-bottom: 12px;
    padding-left: 8px;
    text-align: left
    }
table, td, th {
    margin: 0;
    padding: 0
    }
tbody td, tbody th {
    background-color: #D6F2C3;
    border-bottom: 2px solid #B3DE94;
    border-top: 20px solid #FFF;
    padding: 9px
    }
tbody tr.odd th, tbody tr.odd td {
    background-color: #C8EDAE;
    border-bottom: 2px solid #67BD2A
    }
tbody tr:hover td, tbody tr:hover th {
    background-color: #BAE899
    }
td, th {
    vertical-align: middle
    }
tfoot td, tfoot th {
    font-weight: bold;
    padding: 4px 8px 6px 9px
    }
thead th {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding: 0 8px 2px 8px;
    white-space: nowrap;
    color: #333;
    text-align: center
    }