@charset "UTF-8";
/* CSS Document */

#crumb{
	width: 840px;
	background-color: #E5E5E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-bottom: 10px;
}
#crumb_content{
	padding: 7px 10px 7px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
.crumb_on {
	font-weight: bold;
	color: #666666;
}
.crumb_prev {
	font-weight: bold;
	color: #B2D8E6;
}

