.mainTable{
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-color:lightgray;
	font-family:"Times New Roman";
	color:black;
	width:65%;
	line-height:1.2;
	font-size:1.0em;
	text-align:center;
	vertical-align:middle;
}
.mainTable a:link, a:visited {
	font-family:"Times New Roman";
	color:white;
	font-size:1em;
	font-weight:600;
	text-decoration:none;
}
.mainTable td {
	color:lightgrey;
	font-size:1.3em;
	line-height:1.3;
	font-weight:700;
	background:#eeeeee;
	border: solid 1px #cccccc;
}
.mainTable .mainTitle {
	color:darkslategrey;
	font-size:1.3em;
	font-weight:650;
	background: SILVER;
	border: 6px ridge grey;
	cellspacing:2px;
}
.mainTable .subHeading {
	color:darkslategrey;
	font-size:1.3em;
	line-height:1.5;
	font-weight:650;
	background:#eeeeee;
	border: solid 1px black;
}
.mainTable td.cellGreen {
	border:1pt solid black;
	font-weight:bold;
	background-color:#319745;
}
.mainTable td.cellRed {
	border:1pt solid black;
	font-weight:bold;
	background-color:#c50000;
}
.mainTable td.cellMagenta {
	font-weight:bold;
	border:1pt solid black;
	color:white;
	background-color:#5f0c0d;
}
.mainTable td.cellBlue {
	border:1pt solid black;
	color:white;
	background-color:#0a01af;
}
.mainTable td.cellYellow {
	color:black;
	border:1pt solid black;
	background-color:#fed700;
	font-weight:600;
}
.picSize{
	width:45%;
}
