﻿.breadcrumb
    {
        margin: 0px auto 0 auto;
        color: #FFF;
        font-weight: normal;
		background-color: #000000;
		z-index:9999px;
		
    }
    .breadcrumb a:link
    {
        color: #f4711f;
        font-weight: bold;
        text-decoration: none;
    }
    .breadcrumb a:visited
    {
        color: #f4711f;
        font-weight: bold;
        text-decoration: none;
    }
    .breadcrumb a:hover
    {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: underline;
    }
    .headerlogin
    {
        background-image: url(/images/logintile.gif) no-repeat 0px 0px;
        height: 150px;
        width: 1000px;
    }
