sIFR.activate(archer);
sIFR.replace(archer, {
	wmode: 'transparent',
  selector: 'h1',
	tuneHeight: 14,
  css: ['.sIFR-root { font-size: 70px; font-weight: normal; color: #ffffff; }',
			 'strong { font-weight: normal; color: #000000; }']
});
sIFR.replace(archer, {
	wmode: 'transparent',
  selector: '.page-title h2',
  css: ['.sIFR-root { font-size: 50px; font-weight: normal; color: #ffffff; }',
			 'strong { font-weight: normal; color: #000000; }']
});
sIFR.replace(archer, {
	wmode: 'transparent',
  selector: '.page-title h3',
	tuneHeight: 14,
  css: ['.sIFR-root { font-size: 30px; font-weight: normal; color: #424141; }',
			 'strong { font-weight: normal; color: #424141; }']
});