.B_crumbBox  a       /*Span that surrounds all crumb output*/
{
	font-size:11px;
	font-family:Arial;
	color:#0d4b69;
}
.B_crumbBox       /*Span that surrounds all crumb output*/
{
	font-size:11px;
	font-family:Arial;
	color:#0d4b69;
}
.B_hideCrumb       /*Span surrounding the "..." if there are more crumbs than will be shown*/
{
}

.B_currentCrumb   /*Span or A tag surrounding the current crumb*/
{
	font-weight:bold;
}

.B_firstCrumb      /*Span that always surrounds the first crumb, whether it is "home" or not*/
{
}

.B_lastCrumb       /*Span surrounding last crumb, whether it is the current page or not*/
{
}

.B_crumb           /*Class given to each A tag surrounding the intermediate crumbs (not home, or hide)*/
{
}

.B_homeCrumb       /*Class given to the home crumb*/
{
}
