@charset "ISO-8859-1";

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active { color: #666; text-decoration: none;}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.bottomtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3F78A5;
}
.pgtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
