.bg {
	background-image: url(assets/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #BBD69A;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #35992A;
	text-decoration: none;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
.greenlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #35992A;
	text-decoration: underline;
	font-weight: bold;
}

