  var gothmed = {src: 'flash/gotham-medium.swf',ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]};
	sIFR.activate(gothmed);
	  var gothlight = {src: 'flash/gotham-light.swf',ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]};
	sIFR.activate(gothlight);
	  var gothbook = {src: 'flash/gotham-book.swf',ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]};
	sIFR.activate(gothbook);

  sIFR.replace(gothmed, {
    selector: 'span.sifrbtn'
     ,css: [
      '.sIFR-root {font-size:14px;color:#666666;white-space: nowrap;display:block;padding:10px 20px 20px 20px;background:#ffffff}'
			,'a{text-decoration: none;white-space: nowrap;color:#666666;display:block;padding:10px 20px 20px 20px;}'
      ,'a:link {text-decoration: none;white-space: nowrap;color:#666666;display:block;padding:10px 20px 20px 20px;}'
      ,'a:hover { color: #ffffff;white-space: nowrap;}'
    ]	
		 ,forceWidth: true, fitExactly: true, forceSingleLine: true, wmode: 'transparent'

  });
	
	  sIFR.replace(gothlight, {
    selector: 'p.headlineText'
     ,css: [
      '.sIFR-root {font-size:25px;color:#de1f26;float:left;line-height:1em;}'
			,'strong {font-weight:bold;}'
    ]	
		 ,forceWidth: false, fitExactly: true, forceSingleLine: false, wmode: 'transparent',
		

  
	});
		
		
		
		
		sIFR.replace(gothmed, {
    selector: 'h2'
     ,css: [
      '.sIFR-root {font-size:50px;color:#4e2f89;float:left;white-space: nowrap;}'
		 ]	
		 ,forceWidth: true, fitExactly: true, forceSingleLine: true, wmode: 'transparent'

  });
	
	sIFR.replace(gothbook, {
    selector: '.aboutContent a'
     ,css: [
      '.sIFR-root {font-size:16px;color:#4e2f89;float:left;white-space: nowrap;cursor: pointer}'
			,'a{text-decoration: none;white-space: nowrap;color:#4e2f89;}'
      ,'a:link {text-decoration: none;white-space: nowrap;color:#4e2f89;}'
      ,'a:hover { color: #4e2f89;white-space: nowrap;}'
    ]	
		 ,forceWidth: true, fitExactly: true, forceSingleLine: true, wmode: 'transparent'

  });
		