﻿.contentBlackBold 
{
        font-family:Tahoma;
        font-size:11px;
        color:black;
        font-weight:bolder;
}
.contentRedBold 
{
        font-family:Tahoma;
        font-size:11px;
        color:Red;
        font-weight:bolder;
}
.contentBlack
{
        font-family:Tahoma;
        font-size:11px;
        color:black;
}
.contentRed
{
    font-family:Tahoma;
    font-size:11px;
    color:Red;
}
.contentRedPadding
{
    font-family:Tahoma;
    font-size:11px;
    color:blue;
    padding-right: 8px;
}
.contentGray
{
    font-family:Tahoma;
    font-size:11px;
    color:Gray;
}

.contentGraySmall
{
    font-family:Tahoma;
    font-size:10px;
    color:Gray;
}

td.emptyCell_10px
{
    height:10px;
}

.linkTextBlue
{
    font-family:Tahoma;
    font-size:11px;
    color:blue;
    text-decoration:underline;
}

.linkTextRed
{
    font-family:Tahoma;
    font-size:11px;
    color:red;
    text-decoration:none;
}

.groupingStyle01
{
  background-color:lightGreen;
}

.groupingBorder01
{
  border:2px solid lightGreen;
}

.groupingBorder02
{
  border:2px solid red;
}

