body { background-color: white; font-family: Calibri; } table { table-layout:fixed; font-size: 8pt; width: 100%; text-align: left; } table caption { font-size: large; text-align: left; } table.lines { background-color: #CDCDCD; } table thead tr th, table tfoot tr th { background-color: #e6EEEE; padding: 4px; } table tbody td { color: #3D3D3D; } table tbody td { padding: 4px; background-color: #FFF; vertical-align: top; word-wrap:break-word; } table.lines tbody tr.odd td { background-color:#F0F0F6; } .TINY { font-size: x-small; } .SMALL { font-size: small; } .MEDIUM { font-size: medium; } .LARGE { font-size: large; } .HUGE { font-size: x-large; } td.LEFT { text-align:left; } td.CENTER { text-align:center; } td.RIGHT { text-align:right; }