	body {
		background-color:#aeaeae;
		margin:0px;
		font: 14px/1.5 Helvetica, Arial, sans-serif;
	}
	a {
		color:#2471bf;
	}
	div.container {
		text-align:center;
		padding:0px 10px 0px 10px;
	}
	div.body {
		background-color:#ffffff;
		text-align:left;
		margin:auto;
		max-width:650px;
		color:#666666;
		padding:15px 25px;
		border:6px solid #999999;
		border-top:0px;
	}
	div.img {
		text-align:center;
	}
	div.img > img {
		max-width:1580px;
		width:100%;
		height:auto;
		margin:auto;
		text-align:center;
	}
	hr {
		color: #ffffff;
		border: 1px dotted #666666;
		border-style: none none dotted;
		margin:10px 0px 20px 0px;
	}
	div.headerDiv {
		text-align:center;
	}
	img.header {
		max-width:300px;
		margin:10px;
		width:100%;
		height:auto;
		border:none;
		vertical-align:middle;
	}
	h1 {
		text-align:center;
		font-size:28px;
		color:#444;
		margin:auto;
	}
	h2 {
		font-size:14px;
		margin:auto;
	}