


TABLE.center  {
	align: center;
	margin: 0, 0.5in, 0, 0.5in;
	padding: .25in;
}

TABLE.center-blue  {
	background-color: #38B0DE; /*summer sky blue */
	align: center;
	margin-left: -20;
	padding: .25in;
}

TABLE.center-gray  {
	background-color: #CDCDCD; /* very light gray */
	align: center;
}

TABLE.left  {
	background-color:   #CDCDCD; /* very light gray */
	align: left;
	cellpadding: 0;
	float: left;
	margin-left : -.15in;
}

TABLE.left-1  {
	background-color:   #CDCDCD; /* very light gray */
	align: left;
	cellpadding: 0;
	margin-left : 0in;
}
TABLE.left-blue {
	background-color:   #38B0DE; /* summer sky blue */
	align: left;
	float: left;
	margin-left: 0;
}

TABLE.left-wheat {
	background-color:  #EBC79E; /*wheat */
	align: left;
	float: left;
	margin-left: 0;
}

TABLE.left-clear  {
	background-color:  none;
	align: left;
	cellpadding: 0;
	float: left;
	margin-left : -.15in;
}

TABLE.left-clear1  {
	align: left;
	font-style: normal;
	font-size: 20pt;
	text-align: center;
}

TABLE.left-clear2  {
	align: left;
	font-style: normal;
	font-size: 20pt;
	text-align: center;
	float: none;
	padding: 24;
}

TABLE.right  {
	background-color:   #CDCDCD; /* very light gray */
	margin-right: -12;
	float:right;
}

TABLE.right-clear  {
	margin-right: -12;
	float:right;
}
TR  {
	text-align: center;
}

TR.left  {
	text-align: left;
}

TD  {
	font-size: 1em;
	font-style: normal;
}

TD.norm  {
	font-size: 20pt;
	font-style: normal;
}

TH  {
	font-size: 20pt;
	font-style: italic;
	font-weight: 600;
}

CAPTION  {
	font-size: 14pt;
	color: #215E21;  /*  Hunter green */
}
