.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1E91BD;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #DD359B;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #000000;
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 23px;
	text-transform: none;
	color: #666666;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #1E90BF;
	letter-spacing: 3pt;
}
.footernew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 15px;
	text-transform: none;
	color: #666666;
}