var century_gothic = {
  src: url_address + 'sifr/fonts/century_gothic.swf'
  ,ratios: []
};

sIFR.activate(century_gothic); // From revision 209 and onwards

//sIFR.debug.ratios

/*sIFR.replace(myriad_pro, {
	selector: 'ul.tNav li'
	,wmode: 'transparent'
	,forceSingleLine: true
	,css:  [
      '.sIFR-root {font-size: 14px; font-weight: bold; text-transform: uppercase; color: #535456; letter-spacing: -0.5; }'
      ,'a { color: #535456; text-decoration: none; }'
      ,'a:link { color: #535456; }'
      ,'a:hover { color: #535456; }'
    ]
});*/

sIFR.replace(century_gothic, {
	selector: 'div.contentCol h1'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root': { 'color': '#0a508f', 'font-size': '40px', 'letter-spacing': -0.5, 'text-transform': 'lowercase', 'leading': -5 }
    }
});

sIFR.replace(century_gothic, {
	selector: 'div.contentColWide h1'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root': { 'color': '#0a508f', 'font-size': '40px', 'letter-spacing': -0.5, 'text-transform': 'lowercase', 'leading': -5 }
    }
});

sIFR.replace(century_gothic, {
	selector: 'div.contentCol h2'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root': { 'color': '#0a508f', 'font-size': '30px', 'letter-spacing': -0.5, 'text-transform': 'lowercase', 'leading': -5 }
    }
});

sIFR.replace(century_gothic, {
	selector: 'div.contentColWide h2'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root': { 'color': '#0a508f', 'font-size': '30px', 'letter-spacing': -0.5, 'text-transform': 'lowercase', 'leading': -5 }
    }
});