/* Style 2 */
.tldDoc2 table.TableDesign {
    border-spacing: 0px;
    border-collapse: collapse;
    border: 1px solid #666666;
}
.tldDoc2 table.TableDesign caption {
    font-weight: bold;
}
.tldDoc2 table.TableDesign th {
    border-bottom: 1px solid #666666;
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    white-space: nowrap;
    color: #000000;
}
.tldDoc2 table.TableDesign td {
    text-align: left;
    border-bottom: 1px solid #666666;
    padding: 0.1em 0.5em;
}
.tldDoc2 table.TableDesign tbody th {
	background-color: white;
	text-align: left;
}
	
.tldDoc2 table.TableDesign thead th {
    background-color: #E5E5E5;
    text-align: left;
}
.tldDoc2 table.TableDesign th.LeftAligned {
    text-align: left;    
}
.tldDoc2 table.TableDesign td.LeftAligned {
    text-align: left;    
}
.tldDoc2 table.TableDesign td.attribute {
    text-align: left;
    font-weight: bold;
    color: #800000;
}