div.row span.left   {
    float : left;
    text-align : left;
    font-weight : bold;
    color : Red;
    width : 82%;
    vertical-align : top;
}

div.row span.right {
    float : right;
    text-align : right;
    font-weight : bold;
    color : Red;
    width : 17%;
    vertical-align : top;
}

A:LINK.Main {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : Red;
    text-decoration : underline;
}

A:HOVER.Main {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : Purple;
    text-decoration : none;
}

A:VISITED.Main {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : Red;
    text-decoration : underline;
}



