/* Breadcrumb tabletheme */
table.Table_Custom5 {
	display: block;
	position: relative;
	width: 100%;
}
.Table_Custom5 {
	color: #07214c;	
	position: relative;
	margin-top: 15px;
}
.Table_Custom5 tr.top {
	position: absolute; 
	left: 0;
	top: 0;
	font-weight: bold;
}
.Table_Custom5 .top .center {
	font-weight: bold;
	padding: 1px;	
}
.Table_Custom5 tr.middle {
	position: absolute; 
	left: 123px;
	top: 0;
}
.Table_Custom5 .title {
	color: #07214c;	
	display: block;
	font: italic normal 11px/18px Verdana, sans-serif;
}

