<!DOCTYPE html>
<html lang="en">
<head>
	<title>Account Not Active</title>
	<style type="text/css">
		html {
			margin: 0;
			padding: 0;
		}

		body {
			margin: 0;
			padding: 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 28px;
			background: #FFF;
			color: #444444;
		}

		h1 {
			font-size: 32px;
			line-height: 42px;
			color: #1e84bc;
			margin: 0px 0px 38px 0px;
			font-weight: normal;
		}

		p {
			clear: both;
			margin: 0px 0px 32px 0px;
			float: left;
			display: inline;
		}
	</style>
</head>
<body>
	<div style="padding: 20px 20px 20px 20px;">
		<div style="text-align: center;">
		<h1 style="margin-bottom:0px;">Account Not Active</h1>
		<p style="float: none;">For more information, please contact support or your account manager.</p>
		</div>
	</div>
</body>
</html>
