﻿.LightGreenBackground
{
    background-color:#eeffef
}

.LightGreyBackground
{
    background-color:#EEF3E2
}
body
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    font-family: Arial;
    font-size: 14px;
    color: #247925;
}
a
{
    color: #cc0033;
    text-decoration: underline;
    font-weight: bold;
}
table
{
    
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;

}
tr
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
td
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.LightGreenCellBorder
{
	border-right: #99cc66 1px solid;
	border-top: #99cc66 1px solid;
	border-left: #99cc66 1px solid;
	border-bottom: #99cc66 1px solid;
}

.DarkGreenCellBorderThick
{
	border-right: #247925 2px solid;
	border-top: #247925 2px solid;
	border-left: #247925 2px solid;
	border-bottom: #247925 2px solid;
}
.DarkGreenCellBorderThin
{
	border-right: #247925 1px solid;
	border-top: #247925 1px solid;
	border-left: #247925 1px solid;
	border-bottom: #247925 1px solid;
}
