table.table{
	border-collapse: collapse;
	z-index: 1;	
}

.table th,
.table td{
	background-color: rgb(147,157,179);
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ffffff;
	margin: 0px;
	font-family: Arial;
	color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	z-index: 1;
}

.table td{
	background-color: #ffffff;
	border-left: 1px solid rgb(42,79,108);	
	border-right: 1px solid rgb(42,79,108);	
	border-bottom: 1px solid rgb(42,79,108);
	color: rgb(42,79,108);
	height: 20px;
	text-align: left;
}

