/* Design 9 */
.tableStyle9 table.TableDesign {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #EA9A1C;
    border-bottom: 1px solid #EA9A1C;
}
.tableStyle9 table.TableDesign th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #666699;
    border-bottom: 1px dotted #EA9A1C;
    white-space: nowrap;
}
.tableStyle9 table.TableDesign td {
    text-align: left;
    border-top: 1px dotted #666699;
    padding: 0.2em 0.5em;
    white-space: nowrap;
    font-size: 12pt;
}