body {
	height: 100%;
	width: 98%;
	font-family: Arial, san-serif;
	font-size: 12px;
	line-height: 14px;
	color: #515151;
}

h1 {
	font-family: Arial, san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #06347f;
	text-align: left;
}

h3 {
	font-family: Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

h4 {
	font-family: Arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

img {
	border: 0;
}

p {
	font-family: Arial, san-serif;
	font-size: 12px;
	line-height: 14px;
	color: #515151;
}

td { }

ul {
	font-family: Arial, san-serif;
	font-size: 12px;
	line-height: 14px;
	color: #515151;
	text-align: left;
}

a:link, a:visited, a:active {
	color: #4c73b4;
	text-decoration: underline;
}

a:hover {
	color: #4c73b4;
	text-decoration: none;
}

.clearDiv {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	clear: both;
}

.content {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.contentBody {
	display: block;
	width: 550px;
	margin: auto;
	text-align: center;
}

.contentBody p {
	text-align: left;
}

.contentLeft {
	float: left;
	text-align: left;
	width: 250px;
}

.contentRight {
	float: right;
	text-align: left;
	width: 250px;
}

.contentLeft p, .contentRight p {
	height: 80px;
	vertical-align: top;
}

.footer {
	font-family: Arial, san-serif;
	font-size: 11px;
	line-height: 14px;
	color: #9e9e9e;
	margin: 25px 0px 0px 0px;
}

.header {
	margin: 100px 0px 50px 0px;
}