.SectionLink
{
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    text-decoration: underline;
    color: #333399;
}

.InfoText
{
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: #CC3333;
}

.RadioText
{
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}

.BubbleTopLeft
{
    background-image: url(Images/_bubTopLeft.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
}

.BubbleTopRight
{
    background-image: url(Images/_bubTopRight.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
}

.BubbleBottomLeft
{
    background-image: url(Images/_bubBottomLeft.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
}

.BubbleBottomRight
{
    background-image: url(Images/_bubBottomRight.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
}

.BubbleFill
{
    background-image: url(Images/_bubFill.gif);
    background-repeat: repeat;
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    color: #333333;
}

.GradientBarLeft
{
    background-image: url(Images/_gradBarLeft.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 25px;
}

.GradientBarRight
{
    background-image: url(Images/_gradBarRight.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 25px;
}

.GradientBarFill
{
    background-image: url(Images/_gradBarFill.gif);
    background-repeat: repeat;
}