/* Style 1*/
.tldDoc1 table.TableDesign {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #333366;
    border-bottom: 1px solid #333366;
}
.tldDoc1 table.TableDesign th {
	background-color: #EEEEEE;
    text-align: left;
    font-weight: bold;
    color: #990000;
    padding: 0.2em 0.9em;
    border-top: 1px dotted #333366;
    border-bottom: 1px solid #333366;
    white-space: nowrap;
}
.tldDoc1 table.TableDesign td {
    text-align: left;
    border-top: 1px dotted #333366;
    padding: 0.2em 0.9em;
}
.tldDoc1 table.TableDesign th.LeftAligned {
    text-align: left;
}
.tldDoc1 table.TableDesign td.LeftAligned {
    text-align: left;
}
.tldDoc1 table.TableDesign caption {
    font-weight: bold;
}

.tldDoc1 table.TableDesign td.attribute {
    font-weight: bold;
    color: #800000;
}
