HTML, BODY {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.center {
	text-align: center;
}
.top {
	vertical-align: top;
}
.nav {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	color: #333D3F;
}
a.nav {
	text-decoration: none;
}
a.nav:hover {
	text-decoration: none;
	color: #000000;
}
.title {
	position: relative; left: 15px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
.content {
	position: relative; left: 15px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
a.content {
	text-decoration: underline;
}
a.content:hover {
	text-decoration: none;
	color: #333D3F;
}
.thanks {
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	color: #CCCCCC;
}
a.thanks {
	text-decoration: none;
	color: #CCCCCC;
}
a.thanks:hover {
	color: #333D3F;
}