/* table styles */
table.tbl_75_bordered { width: 75%; border: 1px solid #000000; margin-left: auto; margin-right: auto; }
table.tbl_100_bordered { width: 100%; border: 1px solid #000000; }
table.contenttable-1 { }
table.contenttable-2 { }
table.contenttable-3 { }
table.csc-frame-frame1 { background-color: #e3e3e3; padding: 5px; }
table.csc-frame-frame2 { border: 1px solid #666666; padding: 5px; }

/* list style */
ol.circle { list-style-type:circle; }
ol.square { list-style-type: square; }
ol.decimal { list-style-type: decimal; }
ol.decimal-leading-zero { list-style-type: decimal-leading-zero; }
ol.lower-latin { list-style-type: lower-latin; }
ol.upper-latin { list-style-type: upper-latin; }
ol.lower-roman { list-style-type: lower-roman; }
ol.upper-roman { list-style-type: upper-roman; }
ol.lower-greek { list-style-type: lower-greek; }
