@charset "utf-8";
.backgrounds {
	background-repeat: no-repeat;
}
.greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6FB440;
}
.greytype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.nav {
	color: #6FB440;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.nav a:link { color: #6FB440;}
.nav a:visited { color: #6FB440; text-decoration: none; }
.nav a:hover { color: #6FB440; }
.nav a:active { color: #6FB440; text-decoration: none; }

.greenbold a:link { color: #6FB440;}
.greenbold a:visited { color: #6FB440; text-decoration: none; }
.greenbold a:hover { color: #6FB440; }
.greenbold a:active { color: #6FB440; text-decoration: none; }

