﻿.Section1 table a, .Section1 table a:link, .Section1 table a:visited
{
    border: none;
}

.Section1 table
{
    width: 90%;
    border-top: 1px solid white;
    border-right: 1px solid white;
    margin: 1em auto;
    border-collapse: collapse;
}
.Section1 tr.odd td
{
    background: #F1F1F1;
}
.Section1 tr.odd .column1
{
    background: #F1F1F1;
}
.Section1 .column1
{
    background: #f9fcfe;
}
.Section1 td
{
    color: #678197;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    padding: .3em 1em;
    text-align: center;
}
.Section1 th
{
    font-weight: normal;
    color: #678197;
    text-align: left;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    padding: .3em 1em;
}
.Section1 thead th
{
    background: #EFEFEF;
    text-align: center;
    font: bold 1.1em/1.1em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;    
    color: #666699;
}
.Section1 tfoot th
{
    text-align: center;
    background: #f4f9fe;
}
.Section1 tfoot th strong
{
    font: bold 1.2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    margin: .5em .5em .5em 0;
    color: #66a3d3;
}
.Section1 tfoot th em
{
    color: #f03b58;
    font-weight: bold;
    font-size: 1.1em;
    font-style: normal;
}

