﻿/* Breadcrumb styles*/

.bcElem {
	color: #0f4b29;
	font: 12px Trebuchet MS;
	font-weight: normal;
}
a.bcElem:link {
	color: #0f4b29;
	font: 12px Trebuchet MS;
	font-weight: normal;
}
a.bcElem:hover {
	color: #993300;/*#339966;*/
	font: 12px Trebuchet MS;
	font-weight: normal;
	text-decoration:none;
}
.bcElemCur {
	font: 12px Trebuchet MS;
	color: #0f4b29;
	font-weight: normal;
}
a.bcElemCur:link {
	font: 12px Trebuchet MS;
	color: #0f4b29;
	font-weight: normal;
}
a.bcElemCur:hover {
	color: #993300;/*#339966;*/
	font: 12px Trebuchet MS;
	font-weight: normal;
	text-decoration:none;
}
.bcElemHome {
	font: 12px Trebuchet MS;
	color: #0f4b29;
	font-weight: normal;
}
a.bcElemHome:link {
	font: 12px Trebuchet MS;
	color: #0f4b29;
	font-weight: normal;
}
a.bcElemHome:hover {
	color: #993300;/*#339966;*/
	font: 12px Trebuchet MS;
	font-weight: normal;
	text-decoration:none;
}
.bcSep {
	color: #993300;
	font: 12px Trebuchet MS;
}

