html, body {
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	color: #949799;
	background-color: #ffffff;
}

img {
  border: none;
}

a,
a:link,
a:visited,
a:focus,
a:active {
  color: #949799;
  text-decoration: none;
}

a:hover {
  color: #949799;
  text-decoration: underline;
}

table {
	border: none;
	border-collapse: collapse;
}

table td, table th {
	padding: 0;
	text-align: center;
}

table td.spacer {
	width: 30px;
}

table td p {
	font-size: 12px;
	line-height: 150%;
}

p {
	margin: 0px;
	padding: 0px;
}

p.blockleft {
	float: right;
	clear: both;
	margin-right: 6px;
}

table td.left {
	padding: 30px 0px 0px 6px;
	text-align: left;
}

h1 {
	font-weight: normal;
	font-size: 28px;
	color: #adb1b3;
}