TD.FTL
{
    background-image: url(frame_top_left.gif);
    background-repeat: no-repeat;
    height: 26px;
    width: 14px;
}

TD.FTC
{
    background-image: url(frame_top.gif);
    background-repeat: repeat-x;
    height: 26px;
}

TD.FTR
{
    background-image: url(frame_top_right.gif);
    background-repeat: no-repeat;
    height: 26px;
    width: 14px;
}


TD.FCL
{
    background-image: url(frame_left.gif);
    background-repeat: repeat-y;
    width: 14px;
}

TD.FCR
{
    background-image: url(frame_right.gif);
    background-repeat: repeat-y;
    width: 14px;
}

TD.FBL
{
    background-image: url(frame_bottom_left.gif);
    background-repeat: no-repeat;
    height: 26px;
    width: 14px;
}

TD.FBC
{
    background-image: url(frame_bottom.gif);
    background-repeat: repeat-x;
    height: 26px;
}

TD.FBR
{
    background-image: url(frame_bottom_right.gif);
    background-repeat: no-repeat;
    height: 26px;
    width: 14px;
}
