table {
width:90%;
border-top:1px solid #e5eff8;
border-right:1px solid #e5eff8;
border-collapse:collapse;
margin:1em auto;
}

td {
color:#678197;
border-bottom:1px solid #e5eff8;
border-left:1px solid #e5eff8;
text-align:center;
padding:.3em 1em;
}

tr.odd td {
background:#ebf4f9;
}

tr.odd .column1 {
background:#f4f9fe;
}

.column1 {
background:#f9fcfe;
}

th {
background-color:#f3f7fb;
text-align:center;

color:#66a3d3;
border-bottom:1px solid #b9d7f7;
}

tfoot th {
background:#f4f9fe;
text-align:center;
}

tfoot th strong {
font:bold 1.2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#66a3d3;
margin:.5em .5em .5em 0;
}

tfoot th em {
color:#f03b58;
font-weight:700;
font-size:1.1em;
font-style:normal;
}

table a {
color:#003a61;
text-decoration:none;
}

table a:hover {
font-size:bold;
color:#3F4C6B;
text-decoration:none;
}