/* Entire table */
.ch_table {
    border: solid 1px black;
    background : #FFFFFF;
    font-size:11px;
    font-family : Arial, Helvetica, sans-serif;
}
.ch_header {
    color: #000000;;
    background: #e8e9ea;
    font-weight: bolder;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
}
.ch_body {
    background : #FFFFFF;
    color: #000000;
    font-weight : normal;
    padding: 10px;
}

