<!--
body {
	align: center;
	text-align: center:
	font-family: Helvetica, Verdana;
	font-size: 9pt;
	color: #3F3F3F;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

.tableMain {
	width: 900px;
	align: center;
	text-align: center;
	padding: 7px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #3F3F3F;
}

.tdLeft {
	width: 55%;
	align: left;
	text-align: left;
	padding: 7px;
	font-family: Helvetica, Verdana;
	font-size: 9pt;
	color: #3F3F3F;
	font-weight: normal;
}

.tdRight {
	width: 45%;
	align: right;
	text-align: right;
	padding: 7px;
	font-family: Helvetica, Verdana;
	font-size: 9pt;
	color: #3F3F3F;
	font-weight: normal;
}

.tdMain {
	align: center;
	text-align: center;
	padding: 7px;
}

.tdHeaderLeft {
	width: 440px;
	align: left;
	text-align: left;
	padding: 7px;
}

.tdHeaderRight {
	width: 440px;
	align: right;
	text-align: right;
	padding: 7px;
}

.tdMerch {
	width: 150px;
	align: center;
	text-align: center;
	padding: 7px;
}

a:link {
	font-family: Helvetica, Verdana;
	font-size: 9pt;
	color: #CC0000;
	text-decoration: underline;
}

a:visited {
	font-family: Helvetica, Verdana;
	font-size: 9pt;
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	font-family: Helvetica, Verdana;
	font-size: 9pt;
	color: #3F3F3F;
	text-decoration: none
}

a:active {
	font-family: Helvetica, Verdana;
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}

.textTiny {
	font-family: Helvetica, Verdana;
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
}

.textTitle {
	font-family: Helvetica, Verdana;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}

.textSubtitle {
	font-family: Helvetica, Verdana;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

.textSubtitleWhite {
	font-family: Helvetica, Verdana;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}

.textHeader {
	font-family: Helvetica, Verdana;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

.textNorm {
	font-family: Helvetica, Verdana;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}
-->