﻿/*
CSS - Style sheet - BreadCrumb
*/

.Bcrumb a:visited,
.Bcrumb a:link
{
    text-decoration: none;
    color: #616161;
    font-weight: 400;
}

.Bcrumb a:hover,
.Bcrumb a:active
{
    text-decoration: underline;
}

.Bcrumb
{
    font-size: 11px;
    color: #616161;
}

.Bcrumb span
{
    text-decoration: underline;
}
