a.Links:link	{ color: #000000; text-decoration: underline; }
a.Links:active	{ color: #000000; text-decoration: underline; }
a.Links:visited	{ color: #000000; text-decoration: underline; }
a.Links:hover	{ color: #003300; text-decoration: underline; }

h1 { /* page section divider line */
	text-align: center;
	color: #003300;
	width: 100%;
	}

HR { /* page section divider line */
	text-align: left;
	color: #003300;
	width: 100%;
	}

table.Cont {
	background: #FFFFFF;
	border: thin solid #000000;
	width: 80%;
	}

table.Footer {
	position:absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	}

th.ContH { /* heading - column 1 */
	background: #003300;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	}

td.ContH { /* heading - remaining columns */
	background: #003300;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	}

th.Cont1 { /* white rows - column 1 */
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	}

td.Cont1 { /* white rows - remaining columns */
	background: #FFFFFF;
	color: #000000;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	}

th.Cont2 { /* green rows - column 1 */
	background: #E1F0E1;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	}

td.Cont2 { /* green rows - remaining columns */
	background: #E1F0E1;
	color: #000000;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	}
