.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #15216f;
	font-weight: normal;
}
.sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;


}
.body-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	font-weight: normal;


}
.border-line {
	border: 1px solid #15216f;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

A.body-link:link {color: #000000; font-family:  Arial, Helvetica, san-serif;font-size: 12px;text-decoration: none;}
A.body-link:visited {color: #000000; font-family:  Arial, Helvetica, san-serif;font-size: 12px; text-decoration: none;}
A.body-link:active {
	color: #000000;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
	
	}
