﻿.calcTable TH
{
	text-align: Left;
    font-size: 12pt;
    font-weight: bold;
    color: #4685C4;
    background-color: #EDF3F8;
    border-top: 1px solid #4685C4;
    padding: 5px;
}
.calcTable TD.results
{
    font-size: 12pt;
    font-weight: bold;
    color: #4685C4;
    background-color: #EDF3F8;
    border-top: 1px solid #4685C4;
    padding: 5px;
}

.calcTable TD.description
{
    font-size: 8pt;
    padding: 5px;
}
.calcTable TD
{
    border: 1px solid #DDD;
    padding-left: 5px;
}
.calcTable TR.oddRow
{
    background-color: #EEE;
}
.calcTable TR.evenRow
{
    background-color: #FFF;
}
.style1
{
    background-color: #EEE;
}
.style2
{
    color: #000;
    background-color: #FDFFE9;
}
.style3
{
    background-color: #FFF;
}
.button
{
    font-size: 12pt;
    background-color: #eeeeee;
}
