/*********************************************************************************************************
    Associated Elements
*********************************************************************************************************/

a.AssociatedLink:link, a.AssociatedLink:active, a.AssociatedLink:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.AssociatedLink:hover
{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

a.AssociatedMarkedLink:link, a.AssociatedMarkedLink:active, a.AssociatedMarkedLink:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

a.AssociatedMarkedLink:hover
{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

a.AssociatedHiddenLink:link, a.AssociatedHiddenLink:active, a.AssociatedHiddenLink:visited
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

a.AssociatedHiddenLink:hover
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
