span.contenttitle {
	position:		relative;
	float:			left;
	text-align:		left;
	font-size:		20px;
	font-weight:		bold;
	width:			inherit;
	text-decoration:	underline;
	margin-bottom:		10px;
}
span.textcontent {
	position:		relative;
	float:			left;
	text-align:		justify;
	width:			100%;
	margin-right:		15px;
	font-weight:		normal;
}

span.content {
	position:		relative;
	float:			right;
	clear:			right;
	width:			72%;
	margin-right:		55px;
	text-align:		justify;
}

span.contactdetailtitle {
	float:			left;
	clear:			left;
	width:			120px;
}
span.contactdetailtext {
	font-weight:		normal;
	float:			left;
	clear:			right;
}
span.contactdetail{
	position:		relative;
	float:			left;
	width:			80%;
	padding-left:		25px;
}
div.normaltext {
	width:			90%;
	text-align:		justify;
	clear:both;
}


