.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	letter-spacing: 2pt;
	word-spacing: normal;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
A:LINK {
	text-decoration: none;
	color: #FFFFFF;
}
A:HOVER {
	text-decoration: underline;
	color: #E0E0E0;
}

.bodytext {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	line-height : 24px;
}

a.bodytext {
	color: #FFFFFF;
	text-decoration: none;
}
A.bodytext:LINK {
	text-decoration: none;
	color: #FFFFFF;
}
A.bodytext:HOVER {
	text-decoration: underline;
	color: #E0E0E0;
}
A.bodytext:VISITED {
	color: #FFFFFF;
}
A.bodytext:ACTIVE {
	color: #FFFFFF;
}