/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #9A0000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #838383;
}

.Breadcrumb {
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.Breadcrumb:link {
    text-decoration:    none;
    color: #660000;
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #660000;
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color: #660000;
}

A.Breadcrumb:hover    {
    text-decoration:    underline;
    color: #660000;
}



