.foreground {
	font-family: Arial, Helvetica, sans-serif;
	color: #333300;
	background-image: url(images/background.jpg);

}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
	font-size: 2.3em;
	font-weight: bold;
}
.bold-green {
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
	font-weight: bold;
}
.active_pg {
	color: #5EAA00;
	font-weight: bold;
}
.cursor {
	cursor: pointer;
	cursor: hand;
}
a {
	text-decoration: none;
}
img {
	border: 0;
	text-decoration: none;
}
a:link {
	color: #2222AA;
	font-weight: bold;
}
a:visited {
	color: #336600;
	font-weight: bold;
}
a:hover {
	color: red;
	font-weight: bold;
}
a:active {
	color: #5EAA00;
	font-weight: bold;
}
.padded {padding-left:37px;}

#navigate {text-align: center;width: 160px;position:absolute;cursor: pointer;cursor: hand; font-family: Arial, Helvetica, sans-serif; font-size:.9em}
	#navigate .buttonback {text-align: left;color:#039;vertical-align: middle;width:100%; position: relative;}
	#navigate .buttonback a {color:#039;text-decoration: none;padding:10px 10px;display: block; font-weight: bold;}
	#navigate .buttonback a:hover {color: #039;padding:10px 10px;background: #86a6c6;display: block; font-weight:bold;}
