@charset "utf-8";
.left_nav_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #7AC043;
	text-align: left;
}


.text_sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #405278;
	font-weight: bold;
}
.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #384B75;
}
.ul_plain {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
