var centurygothic = { src: 'centurygothic.swf' };
sIFR.activate(centurygothic);
/*
sIFR.debug.ratios({ src: 'helveticaneueltcnd.swf', selector: 'h1' });

sIFR.delayCSS = true;
sIFR.fitExactly = true;
sIFR.fixHover = true;
sIFR.forceTextTransform = true;*/

sIFR.replace(centurygothic, {
selector: 'body h1',
css: [ 
	  '.sIFR-root{kerning:true;leading:0;letter-spacing:0;color:#0061F0;font-weight:bold;}'
],wmode:'transparent',offsetTop:4,tuneHeight:0,forceClear:true,fitExactly:true,fixWrap:true
});

sIFR.replace(centurygothic, {
selector: 'body h2',
css: [ 
	  '.sIFR-root{kerning:true;leading:0;letter-spacing:0;color:#0061F0;}'
],wmode:'transparent',offsetTop:4,tuneHeight:0,forceClear:true,fitExactly:true,fixWrap:true
});

sIFR.replace(centurygothic, {
selector: 'body h3',
css: [ 
	  '.sIFR-root{kerning:true;leading:0;letter-spacing:0;color:#0061F0;}'
],wmode:'transparent',offsetTop:4,tuneHeight:0,forceClear:true,fitExactly:true,fixWrap:true
});


sIFR.replace(centurygothic, {
selector: 'body .CG',
css: [ 
	  '.sIFR-root{kerning:true;leading:0;letter-spacing:0;color:#FFFFFF;}'
],wmode:'transparent',offsetTop:4,tuneHeight:0,forceClear:false,fitExactly:true,fixWrap:true
});

sIFR.replace(centurygothic, {
selector: 'body .CG2',
css: [ 
	  '.sIFR-root{kerning:true;leading:0;letter-spacing:0;color:#FFFFFF;}'
],wmode:'transparent',offsetTop:4,tuneHeight:0,forceClear:false,fitExactly:true,fixWrap:true
});
