﻿body
{
    font-family: Arial;
}

.TableHead
{
    color: Black;
    font-family: Arial;
    font-weight: bold;
    font-size: medium;
}
.TableDetail
{
    color: Black;
    font-weight: normal;
    font-size: medium;
}
a:link
{
    text-decoration: underline;
    color: black;
    font-size: medium;
}

a:visited
{
    text-decoration: underline;
    color: black;
    font-size: medium;
}
a:hover
{
    text-decoration: underline;
    color: red;
    font-size: medium;
    background-color: White;
}
a:active
{
    text-decoration: underline;
    color: green;
    font-size: medium;
}
.MenuHead
{
    background-image: url(http://DecisiveCost.com/images/Paper.jpg);
    background-repeat: repeat;
    border-color: black;
    color: Black;
    font-family: Arial;
    font-size: medium;
    font-weight: bold;    
}

.MenuDetail
{
    background-image: url(http://DecisiveCost.com/images/GreyGradient.jpg);
    background-repeat: repeat;
    color: Black;
    font-size: medium;
    font-weight: normal;
}

table.Shadow
{
    background-color: White;
    border-collapse: collapse;
    color: Black;
}

td.TL
{
    border-collapse: collapse;
    height: 15px;
    vertical-align: bottom;
    text-align: right;
}

td.TC
{
    background-image: url(http://DecisiveCost.com/images/TC.gif);
    background-repeat: repeat-x;
    height: 15px;
    text-align: center;
}

td.TR
{
    border-collapse: collapse;
    vertical-align: bottom;
    height: 15px;
    text-align: left;
}

td.ML
{
    background-image: url(http://DecisiveCost.com/images/ML.gif);
    background-repeat: repeat-y;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: right;
    width: 15px;
}

td.MR
{
    background-image: url(http://DecisiveCost.com/images/MR.gif);
    background-repeat: repeat-y;
    border-collapse: collapse;
    vertical-align: middle;
    width: 22px;
}

td.BL
{
    border-collapse: collapse;
    vertical-align: top;
    text-align: right;
}

td.BC
{
    background-image: url(http://DecisiveCost.com/images/BC.gif);
    background-repeat: repeat-x;
    text-align: center;
}

td.BR
{
    border-collapse: collapse;
    vertical-align: top;
}

div.SubTitle
{
    font-style: italic;
    font-weight: bold;
}

span.LinkSpan
{
    font-size: larger;
    color: #0000ff;
}

.RGR
{ 
    background-color: #EEEEEE;    
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    width: 100%;
}