﻿body {
}

.TextBoldBlue
{
    font-family: Tahoma;
    color: #000080;
    font-size: small;
    font-weight: bold;
}

.TextBoldBlack
{
    font-family: Tahoma;
    color: #000000;
    font-size: small;
    font-weight: bold;
}


.TextBoldRed
{
    font-family: Tahoma;
    color: #800000;
    font-size: small;
    font-weight: bold;
}


.TextBlue
{
    font-family: Tahoma;
    color: #000080;
    font-size: small;
    font-weight: normal;
}

.TextBlack
{
    font-family: Tahoma;
    color: #000000;
    font-size: small;
    font-weight: normal;
}


.TextBlackExtraSmall
{
    font-family: Tahoma;
    color: #000000;
    font-size: x-small;
    font-weight: lighter;
}


.TextRed
{
    font-family: Tahoma;
    color: #800000;
    font-size: small;
    font-weight: normal;
}


.TextLargerBoldBlack
{
    font-family: Tahoma;
    color: #000000;
    font-size:x-larger;
    font-weight: bold;
}

.TextLargeBoldBlack
{
    font-family: Tahoma;
    color: #000000;
    font-size: large;
    font-weight: bold;
}

.TextLargeBoldBlackUnderlined
{
    font-family: Tahoma;
    color: #000000;
    font-size: large;
    font-weight: bold;
    text-decoration: underline;
}

.TextSmallGreen
{
    font-family: Tahoma;
    color: #003300;
    font-size: x-small;
    font-weight: normal;
}

.GridHeader
{
    background:  #e7b31e;
    font-family: Tahoma;
    color: #000000;
    font-size: small;
    font-weight: bold;
}


.GridRow
{
    background:  White;
    font-family: Tahoma;
    color: #000000;
    font-size: small;
    font-weight: lighter;

}

.GridRowAlt
{
    background:  #becbda;
    font-family: Tahoma;
    color: #000000;
    font-size: small;
    font-weight: lighter;
}
