﻿.Table
{   
    
}
.Table thead tr td
{
    font-weight: bold;
    font-size: 11px;
    color: #225876;
}
.Table thead tr td.large
{
    font-size: 14px;
}
.Table tr
{
    background-color: #E1EBEE;
}
.Table tr td
{
    font-size: 11px;    
    padding: 7px 12px;    
    text-align: center;    
    /*color: #225876;*/
}
.Table tr td.first
{
    padding-right: 20px;
}
.Table tr td.colorfirst
{
    color: #225876;
}
.Table tr td.currency
{
    text-align: right;
    padding-right: 12px;
}
.Table tbody tr td
{
    border-top: 1px dotted #2B5775;
}

