@charset "UTF-8";
#menu td {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: 006940;
	text-align: center;
}
#maincontent 	{
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 14px;
	color: 4e4e4e;
	text-align: justify;}

.main a:link {text-decoration: none;
	color: 006940;}

.main a:visited {
	text-decoration: none;
	color: 006940;
}
.main a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.main a:active {
	text-decoration: none;
	color: 006940;
}

a:link {text-decoration: none;
	color: 006940;}

a:visited {
	text-decoration: none;
	color: 006940;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: 006940;
}
.style2 {color: #FF0000}
.footer #footer2 {
	background-color: 006d33;
}

