/* Breadcrumb tabletheme */
table.Table_Custom5 {
	display: block;
	position: relative;
	width: 100%;
}
.Table_Custom5 {
	color: #0055a5;	
	position: relative;
	margin-bottom: 20px;
}
.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: 130px;
	top: 0;
}
.Table_Custom5 .title {
	color: #0055a5;	
	display: block;
	font: italic normal 13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

