/* CSS Document */

a:hover {
	color: #0099FF;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
	color: #0099FF;
	font-family: "Century Gothic";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
a:visited {
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	a:active;
	color: #0099FF;
}
a:active {
	font-family: "Century Gothic";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #0099FF;
	text-decoration: none;
}

