.whiteleftContainerCorner
{
    height: 13px; 
    width: 13px;
    background-image:url('/img/sportingWhiteLeftUpCorner.gif');
    background-repeat:no-repeat;
}

.whiteupContainerSide
{
    background-image: url('/img/sportingWhiteUpSide.gif'); 
    background-repeat: repeat-x;
}

.whiterightContainerCorner
{
    height: 13px; 
    width: 13px;
    background-image:url('/img/sportingWhiteRightUpCorner.gif');
    background-repeat:no-repeat;    
}

.whiteleftContainerSide
{
    background-image: url('/img/sportingWhiteLeftSide.gif'); 
    background-repeat: repeat-y;
}

.whitecontentContainer
{
    background-color:#ffffff;
    font-family:Trebuchet MS;
    font-size:10pt;
}

.whiterightContainerSide
{
    background-image: url('/img/sportingWhiteRightSide.gif'); 
    background-repeat: repeat-y;
}

.whiteleftContainerDownCorner
{
    height: 13px; 
    width: 13px;
    background-image:url('/img/sportingWhiteLeftDownCorner.gif');
    background-repeat:no-repeat;
}

.whitedownContainerSide
{
    background-image: url('/img/sportingWhiteDownSide.gif'); 
    background-repeat: repeat-x;
}

.whiterightContainerDownCorner
{
    height: 13px; 
    width: 13px;
    background-image:url('/img/sportingWhiteRightDownCorner.gif');
    background-repeat:no-repeat;
}

.whitetitleContainer
{
    color:#0062A9;
    font-family:Trebuchet MS;
    font-size:14pt;
    font-weight:bold;
    border-bottom:dotted 1px #C6C8CA;
}

.whitetitleContainer span
{
    color:#0062A9;
    font-family:Trebuchet MS;
    font-size:14pt;
    font-weight:bold;
}

