/* CSS Document */

.hdr-font {
	font-family: "Century Gothic";
	font-size: small;
	color: #330099;
}
a:link {
	font-family: "Century Gothic";
	font-size: small;
	font-style: normal;
	color: #3366CC;
	text-decoration: none;
}
p, td {
	font-family: "Century Gothic";
	color: #000000;

}
a:visited {
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: small;
	color: #3366CC;
}
a:hover {
	font-family: "Century Gothic";
	font-size: small;
	color: #339933;
	text-decoration: none;
}
