var gillsans = {
  src: '/flash/gillsans.swf',
  ratios: [10, 1.32, 16, 1.27, 19, 1.23, 25, 1.22, 30, 1.21, 32, 1.19, 33, 1.2, 37, 1.19, 38, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 84, 1.18, 86, 1.17, 88, 1.18, 89, 1.17, 90, 1.18, 93, 1.17, 94, 1.18, 1.17]
};

var gillsansstdlight = {
  src: '/flash/gillsansstdlight.swf',
  ratios: [10, 1.32, 16, 1.27, 19, 1.23, 25, 1.22, 30, 1.21, 32, 1.19, 33, 1.2, 37, 1.19, 38, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 84, 1.18, 86, 1.17, 88, 1.18, 89, 1.17, 90, 1.18, 93, 1.17, 94, 1.18, 1.17]
};

sIFR.activate(gillsans); // From revision 209 and onwards
sIFR.activate(gillsansstdlight); // From revision 209 and onwards

sIFR.replace(gillsans, {
  selector: 'h1', 
  fitExactly:true,  
  wmode: 'transparent'
});

sIFR.replace(gillsans, {
  selector: 'h2', 
  wmode: 'transparent',
  fitExactly:true,  
  css: [
	'.white-header { color:#ffffff; }',
	'a { text-decoration: none }',
	'a:link { color: #000000; }',
	'a:visited { color: #000000; }',
	'a:hover { color: #333333; }',
	'a:active { color: #333333; }'
  ]
});
 sIFR.replace(gillsansstdlight, {
  selector: '.eco-body h1', 
  wmode: 'transparent',
  fitExactly:true,
  offsetTop: '5',
  css: [
  '.pink-header { color:#EB1991; font-weight: normal!important; }'
  ]
});

 sIFR.replace(gillsansstdlight, {
  selector: '.eco-body h3', 
  wmode: 'transparent',
  fitExactly:true,
  offsetTop: '5',
  css: [
  '.sub-pink-header { color:#333; line-height: 1em; }'
  ]
});

 sIFR.replace(gillsansstdlight, {
  selector: '.hd_save28', 
  wmode: 'transparent',
  fitExactly:true,
  offsetTop: '5',
  textalign: 'center'
});
 
 sIFR.replace(gillsans, {
  selector: 'h3', 
  wmode: 'transparent',
  fitExactly:true,  
  css: [
	'a { text-decoration: none }',
	'a:link { color: #000000; }',
	'a:visited { color: #000000; }',
	'a:hover { color: #333333; }',
	'a:active { color: #333333; }'
  ]
});
sIFR.replace(gillsans, { selector: 'div.footerlinks dt', wmode: 'transparent', fitExactly: true})

