﻿A:link.breadcrumb, A:visited.breadcrumb, A:active.breadcrumb
{
    font-family: 'Times New Roman';
    color: #751b3f;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

A:hover.breadcrumb
{
    text-decoration: underline;
}

A:link.smallerBreadcrumb, A:visited.smallerBreadcrumb, A:active.smallerBreadcrumb
{
    font-family: 'Times New Roman';
    color: #751b3f;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

A:hover.smallerBreadcrumb
{
    text-decoration: underline;
}

#page_footer a
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: White;
}

#page_footer a:hover
{
    text-decoration: underline;
}

#page_footer a:visited
{
    color: White;
}

#page_footer a:active
{
    color: White;
}

A:link.hyperlink, A:visited.hyperlink, A:active.hyperlink
{
    font-family: 'Times New Roman';
    color: #751b3f;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

A:hover.hyperlink
{
    text-decoration: underline;
}