@charset "UTF-8";
/* CSS Document */

/*breadcrumb*/
#breadcrumb{
	margin-top: 20px;
	border-top-color:#bfccde;
	border-top-style:solid;
	border-top-width: 1px;
}
.title{
	color: #bfccde;
	font-size: 10px;
}
.crumb{
	color: #bfccde;
	font-size: 10px;
}
.separator{
	color: #bfccde;
	font-size: 10px;
}
#breadcrumb a{
	font-size: 10px;
}
#breadcrumb a:link {
	color: #bfccde;
	text-decoration: none;
}
#breadcrumb a:visited {
	color: #bfccde;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #00347a;
	text-decoration: underline;
}
#breadcrumb a:active {
	color: #00347a;
	text-decoration: none;
}