.main-menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.main-menu:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	background-color: #00A048;
	color: #FFFFFF;
	font-weight: bold;
}

.main-menu-reversed {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	background-color: #00A048;
	color: #FFFFFF;
	font-weight: bold;
}

.main-menu-reversed:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.maintext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

.smallblack {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 11px;
	color: #000000;
}

A {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #000000;
}

A:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #00A048;
}


