.redleftContainerCorner
{
    height: 13px; 
    width: 15px;
    background-image:url('/img/sportingRedLeftUpCorner.gif');
    background-repeat:no-repeat;
}

.redupContainerSide
{
    background-image: url('/img/sportingRedUpSide.gif'); 
    background-repeat: repeat-x;
}

.redrightContainerCorner
{
    height: 13px; 
    width: 15px;
    background-image:url('/img/sportingRedRightUpCorner.gif');
    background-repeat:no-repeat;    
}

.redleftContainerSide
{
    background-image: url('/img/sportingRedLeftSide.gif'); 
    background-repeat: repeat-y;
}

.redcontentContainer
{
    background-color:#ED1C24;
    font-family:Trebuchet MS;
    color: White;
}

.redrightContainerSide
{
    background-image: url('/img/sportingRedRightSide.gif'); 
    background-repeat: repeat-y;
}

.redleftContainerDownCorner
{
    height: 13px; 
    width: 15px;
    background-image:url('/img/sportingRedLeftDownCorner.gif');
    background-repeat:no-repeat;
}

.reddownContainerSide
{
    background-image: url('/img/sportingRedDownSide.gif'); 
    background-repeat: repeat-x;
}

.redrightContainerDownCorner
{
    height: 13px; 
    width: 15px;
    background-image:url('/img/sportingRedRightDownCorner.gif');
    background-repeat:no-repeat;
}

.redtitleContainer
{
    color:White;
    font-family:Trebuchet MS;
    font-size:12pt;
    font-weight:bold;
    border-bottom:dotted 1px #C6C8CA;
}

.redtitleContainer span
{
    color:White;
    font-family:Trebuchet MS;
    font-size:12pt;
    font-weight:bold;
}