.tableBorder { background-color: #FFE8AC}

.tableBorder table tr th {
	background-color: #246494;
	color: white;
	font-size: 11pt;
	text-shadow: 1px 1px 1px #000;
}

.tableBorder table tr td {
	background-color: #61b7f8;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 11pt;
	text-shadow: 1px 1px 1px #000;
}


