table {
    border-collapse: collapse;
    border: 0;
    font-family:Arial,Helvetica;

    text-align: left;
}

tr.bordered {
    border-top: 2px solid #000;
}

td,
th {
    border: 0;
    width:13px;
    color: #000000;
}


th {
    text-align: left;
    color: #0000ff;
}

td,
th:first-child {
    height: 17px;
    width: 210px;
    color: #ff0000;
    font-weight:bold;
}

td,
th:nth-child(2) {
    width: 74px;
}

td,
th:nth-child(n+3) {
    width: 28px;    
}

td, td-nth-child {
    color: #000000;
    text-align: left;
    font-weight:normal;
}

tr.blue > th {
    color: #0000ff;
}
tr.green > th {
    color: #006600;
}
tr.wtnormal > th {
    font-weight:normal;
}
