@charset "utf-8";
/* CSS Document */

body { margin: 0 0 0 0;
}

.text {
	font-family: "trebuchet MS";
	font-size: 14px;
	color: #878787;
}
.text a:link {
	color: #878787;
	text-decoration:none;
}
.text a:visited {
	color: #878787;
	text-decoration:none;
}
.text a:hover {
	color: #878787;
	text-decoration:none;
}
.text a:active {
	color: #878787;
	text-decoration:none;
}

.heading {
	color: #88aa46;
	font-size: 24px;
	font-family: "trebuchet MS";
}
.heading a:link {
	color: #88aa46;
	text-decoration:none;
}
.heading a:visited {
	color: #88aa46;
	text-decoration:none;
}
.heading a:hover {
	color: #88aa46;
	text-decoration:none;
}
.heading a:active {
	color: #88aa46;
	text-decoration:none;
}

.subheading {
	color: #88aa46;
	font-size: 16px;
	font-weight:bold;
	font-family: "trebuchet MS";
}
.subheading a:link {
	color: #88aa46;
	text-decoration:none;
}
.subheading a:visited {
	color: #88aa46;
	text-decoration:none;
}
.subheading a:hover {
	color: #88aa46;
	text-decoration:none;
}
.subheading a:active {
	color: #88aa46;
	text-decoration:none;
}

.sheading {
	color: #88aa46;
	font-size: 12px;
	font-weight:bold;
	font-family: "trebuchet MS";
}
.sheading a:link {
	color: #88aa46;
	text-decoration:none;
}
.sheading a:visited {
	color: #88aa46;
	text-decoration:none;
}
.sheading a:hover {
	color: #88aa46;
	text-decoration:none;
}
.sheading a:active {
	color: #88aa46;
	text-decoration:none;
}
.copyright {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #DAE4C7;
	}
.copyright a:link {
	color: #DAE4C7;
	text-decoration:none;
}
.copyright a:visited {
	color: #DAE4C7;
	text-decoration:none;
}
.copyright a:hover {
	color: #DAE4C7;
	text-decoration:none;
}
.copyright a:active {
	color: #DAE4C7;
	text-decoration:none;
}
.footer {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #DAE4C7;
	font-weight:bold;
}
.footer a:link {
	color: #DAE4C7;
	text-decoration:none;
}
.footer a:visited {
	color: #DAE4C7;
	text-decoration:none;
}
.footer a:hover {
	color: #DAE4C7;
	text-decoration:underline;
}
.footer a:active {
	color: #DAE4C7;
	text-decoration:none;
}
.padding {
	padding: 5px 5px 5px 5px;
}

.textpadding {
	padding: 10px 0px 10px 0px;
}