﻿.whiteA:active,
.whiteA:visited,
.whiteA:link
{
    color:#FFFFFF;
    text-decoration:none;
}

.whiteA:hover 
{
    color:#FFFFFF;
    text-decoration:underline;
    cursor:pointer;
}

.whiteAFake:active,
.whiteAFake:visited,
.whiteAFake:link,
.whiteAFake:hover
{
    color:#FFFFFF;
    text-decoration:none;
}


.blackBlueA:active,
.blackBlueA:visited,
.blackBlueA:link
{
    text-decoration:none !important;
    color:#000000 !important;
}

.blackBlueA:hover 
{
    text-decoration:underline !important;
    color:#0000FF !important;
    cursor:pointer !important;
}

.redBlueA:active,
.redBlueA:visited,
.redBlueA:link
{
    text-decoration:none !important;
    color:#FF0000 !important;
}

.redBlueA:hover 
{
    text-decoration:underline !important;
    color:#0000FF !important;
    cursor:pointer !important;
}


.blueBlueA:active,
.blueBlueA:visited,
.blueBlueA:link
{
    text-decoration:none !important;
    color:#0000FF !important;
}

.blueBlueA:hover 
{
    text-decoration:underline !important;
    color:#0000FF !important;
    cursor:pointer !important;
}

.blackA_Dead:active,
.blackA_Dead:visited,
.blackA_Dead:link,
.blackA_Dead:hover
{
    text-decoration:none !important;
    color:#000000 !important;
    cursor:default !important;
}

.sortA1:active,
.sortA1:visited,
.sortA1:link
{
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
    font-size:9pt;
}

.sortA1:hover 
{
    color:#FFFFFF;
    text-decoration:underline;
    cursor:pointer;
    font-weight:bold;
    font-size:9pt;
    
}