.breadcrumb
{
	display : block;
	line-height : 24px;
	padding-left : 10px;
	border-bottom : 1px solid #FFF;
}
.breadcrumb h2
{
	display : inline;
	padding-right : 20px;
	margin : 0;
	font-size : 12px;
	color : #FFF;
}

.breadcrumb a
{
	color : #EEE;
}
.breadcrumb a:hover
{
	text-decoration : none;
}

.title_row
{
	position : relative;
	height : 20px;
	line-height : 19px;
	padding-left : 10px;
	border-bottom : 1px solid #999;
	background : #506984;
}
.title_row_2
{
	position : relative;
	height : 20px;
	line-height : 19px;
	padding-left : 10px;
	border-bottom : 1px solid #999;
	background : #6583A3;
}


