/* (6) Table Settings */

table {
	border-collapse: collapse;
}

caption {
	text-align: left;
	margin: 0 0 .5em 0;
	font-weight: bold;
}

th,td {
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: .3em;
}
th {	border-top: 1px solid; }

tr {	background: #B0C4D7;}

thead th {
	background: #036;
	color: #fff;
}
tbody th {
	font-weight: normal;
	background: #658CB1;
	text-align: left;
	border:0;
}
.LineTop	{ border-top: 1px solid; }
