.nestyle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}
.stattxt {
	font-family: Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}
.bodytxt {
	font-family: Helvetica;
	font-size: 12px;
	color: #3A5765;
	text-decoration: none;
}
.bodytxt a:link {
	color: #3A5765;
	text-decoration: none;
}
.bodytxt a:visited {
	color: #3A5765;
	text-decoration: none;
}
.bodytxt a:hover {
	color: #DD0005;
	text-decoration: underline;
}
.bodytxt a:active {
	color: #3A5765;
	text-decoration: none;
}

