img.magimg {
	position:		relative;
	float:			right;
	width:			120px;
	height:			120px;
	margin-left:		10px;
	margin-top:		10px;
	margin-bottom:		10px;
}

div.emergencytel {
	position: 		relative;
	width:			100%;
	font-size:		36px;
	color:			#F00;
	padding-top: 		15px;
	height:			40px;
	margin-top:		20px;
	margin-bottom:		10px;
	clear:			both;
}

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;
}


