.cab {
	padding-right: 10px;
}
.cabtxt {
	font-weight: bold;
}
.ordertbl {
	margin: 20px 0px 20px 0px;
	
}
.order {
	background: #C8C9CB;
	text-align: center;
	color: #009915;
	font-weight: bold;
	font-size: 16px;
}
.order A {
	color: #006897;
}
.cabrl {
	text-align:right;
	padding-bottom: 5px;
}
.cabrl A {
	color: #00679E;
}
.tbl {
	border-top: 1px solid #999999;
	border-right: #999999 solid 1px;

}
.tbl TH {
	padding-left: 6px;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	border-left: 1px solid #999999;
	text-align:center;
	border-bottom: #999999 solid 1px;
	
}
.tbl TD {
	padding-left: 6px;
	font-size: 12px;
	height: 24px;
	border-left: 1px solid #999999;
	border-bottom: #999999 solid 1px;
	
}
.tbl TR.dark {
	background: #C8C9CB;
	border-bottom: #999999 solid 1px;
	
}
