table, table.table_no_header{
        margin-top: 5%;
        padding-top: 1%;
        font: 0.9em "Georgia", Arial, Helvetica, sans-serif;
        border-left: 1px dotted #996;
        border-right: 1px dotted #996;
        border-bottom: 1px dotted #996;
        border-top: 1px dotted #996;
}

table td, table.table_no_header td  {
        color: #933100;
        font-weight: bold;
        font-style: normal;
        text-align: left;
        border-left: none;
        margin-right: 4px;
        padding-left: 4px;
}

table td + td, table.table_no_header td + td  {
        border-left: 1px dotted #996;
}

table.table_left_header{
        margin-top: 5%;
        padding-top: 1%;
        font: 0.9em "Georgia", Arial, Helvetica, sans-serif;
        border-left: none;
        border-right: none;
        border-bottom: 1px dotted #996;
        border-top: 1px dotted #996;
}

table.table_left_header tr {
        padding-bottom: 1%;
}


table.table_left_header td  {
        font-style: italic;
		width:25%;
        color: #330;
        padding-right: 1%;
        text-align: right;
        border-right: 1px dotted #996;
        margin-right: 4px;
        font-weight: bold;
}

table.table_left_header td  + td {
        color: #933100;
        font-weight: bold;
        font-style: normal;
        text-align: left;
        border-right: none;
        border-left: none;
}

table.table_top_header{
        margin-top: 5%;
        padding-top: 1%;
        border-left: none;
        border-right: none;
        font: 0.9em "Georgia", Arial, Helvetica, sans-serif;
        border-bottom: 1px dotted #996;
        border-top: 1px dotted #996;
}

table.table_top_header tr td{
        font-style: italic;
        color: #933100;
        padding-right: 1%;
        text-align: left;
        border: none;
        margin-right: 4px;
        font-weight: bold;
        padding-bottom: 1%;
}

table.table_top_header tr + tr td {
        border-right: 1px dotted #996;
        color: #330;
        font-weight: normal;
        font-style: normal;
        text-align: left;
}

table.table_top_header tr + tr td + td{
        border-right: none;
}




