a:link {color: #006400; }
a:visited {color: #ADC5A1; }
a:hover {color: #006400; }

a.footer:link {
	color: white;
	font-weight: normal;
	font-family: Verdana;
	}
a.footer:active {}
a.footer:visited {}
a.footer:hover {
	color: white;
	font-weight: bold;
	font-family: Verdana;
	}
	
a.main:link {
	color: white;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	font-family: Verdana;
	}
a.main:active {}
a.main:visited {
	color: white;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	font-family: Verdana;
}
a.main:hover {
	color: yellow;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	font-family: Verdana;
	}
.mainlinklike {
	color: white;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	font-family: Verdana;
	}
	
.leftmenu {
	background-color: #FFFFCC;
	border-right: 1px solid #006400;
	vertical-align: top;
	}
	
TH {
	font-weight: bold;
	text-align: left;
	}

td.even {
	background-color: silver;
}