			var centuryGothic = {
				src: 'centuryGothic.swf' 
			};
			var centuryGothicBold = {
				src: 'centuryGothicBold.swf'
			};
			var centuryGothicBoldShadow = {
				src: 'centuryGothicBoldShadow.swf'
			};
			
			sIFR.activate(centuryGothic, centuryGothicBold, centuryGothicBoldShadow);
			
			sIFR.replace(centuryGothic, {
				selector: '.flashTitle',
				wmode: 'transparent',
				css: ['.sIFR-root {color:#739dd3; font-size:30px; cursor:pointer;} .grey{color:#787878}' ] 
			});
			
			sIFR.replace(centuryGothicBold, {
				selector: '.linkReplace',
				wmode: 'transparent',
				css: ['.sIFR-root a{font-weight:bold; color:#ffffff; text-decoration:none; cursor:pointer;} a:hover{color:#739dd3; text-decoration:none; cursor:pointer;} ' ] 
			});
			sIFR.replace(centuryGothicBoldShadow, {
				selector: 'h1',
				wmode: 'transparent',
				css: ['.sIFR-root {font-weight:bold; color:#ffffff;} .headerBlue {font-weight:bold; color:#739dd3;}' ] 
			});
			sIFR.replace(centuryGothicBold, {
				selector: 'h2',
				wmode: 'transparent',
				css: ['.sIFR-root {font-weight:bold; color:#dddddd;}' ] 
			});
			sIFR.replace(centuryGothicBold, {
				selector: 'h3',
				wmode: 'transparent',
				css: ['.sIFR-root {font-weight:bold; color:#565656;} .headerBlue {font-weight:bold; color:#739dd3;} .link a{color:#565656;, text-decoration:none; cursor:pointer;} .link a:hover {color:#565656;, text-decoration:none; cursor:pointer;}' ] 
			});
			sIFR.replace(centuryGothicBold, {
				selector: 'h5',
				wmode: 'transparent',
				css: ['.sIFR-root {font-weight:bold; color:#787878;} .headerBlue {font-weight:bold; color:#739dd3;}' ] 
			});