.BlueTable {
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #A0A9BA;
	margin: 5px;
}
.BlueTable th {
	color: #006699;
	background-color: #E1E9FC;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A9BA;
}
.OrangeTable {
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #C5BFA9;
	margin: 5px;
}
.OrangeTable th {
	color: #99896d;
	text-align: left;
	background-color: #f9f1e1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5BFA9;
}
