﻿.table-main {
	border: thin solid black;
}
.table-titles {
	font-weight: bold;
	color: #C0C0C0;
	background-color: navy;
	text-align: center;
}
.table-left {
	border: thin solid #C0C0C0;
	font-weight: bold;
	color: black;
	background-color: #FFFFFF;
}
.table-cells {
	border: thin solid #C0C0C0;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}

