.basic_heading_text {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}
.basic_text {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.basic_text_bold_dark {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #677E60;
	font-weight: bold;
}
.basic_text_bold_grey {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #9AAEA3;
	font-weight: bold;
}
.basic_text_justified {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #2E3824;
	text-align: justify;
}
a:link {
	color: #2E3824;
	text-decoration: none;
}
a:visited {
	color: #2E3824;
	text-decoration: none;
}
a:hover {
	color: #C9D585;
	text-decoration: none;
}
a:active {
	color: #2E3824;
	text-decoration: none;
}
.main_heading_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
}.sub_heading_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9AAE96;
	font-weight: normal;
}
.resources_bg {
	background-image: url(images/resources_page.jpg);
	background-repeat: no-repeat;
}
.about_us_bg {
	background-image: url(images/about_us_page.jpg);
	background-repeat: no-repeat;
}
.index_bg {
	background-image: url(images/index_page.jpg);
	background-repeat: no-repeat;
}