.newTable { 
border:1px solid #e5eff8; 
margin:1em auto; 
border-collapse:collapse; 
} 
.newTable td { 
color:#000000; 
border-bottom:1px solid #e5eff8; 
border-left:1px solid #e5eff8; 
padding:.3em 1em; 
text-align:left; 
} 

.newTable tr.odd td { 
background:#f7fbff 
} 
.newTable tr.odd .column1 { 
background:#f4f9fe; 
} 
.newTable .column1 { 
background:#f9fcfe; 
} 
.newTable thead th, .newTable tbody th { 
background:#f4f9fe; 
text-align:center; 
padding:5px;
font:bold 12pt "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif; 
color:#66a3d3; 
} 
.newTable tfoot th { 
background:#f4f9fe; 
text-align:center; 
}
.newTable tfoot th strong { 
font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif; 
margin:.5em .5em .5em 0; 
color:#66a3d3; 
} 
.newTable tfoot th em { 
color:#f03b58; 
font-weight: bold; 
font-size: 1.1em; 
font-style: normal; 
} 