var glypha = {
	src: 'http://rbl.net/fonts/glypha.swf',
	ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 35, 1.2, 36, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 65, 1.18, 67, 1.19, 71, 1.18, 72, 1.19, 119, 1.18, 120, 1.17, 1.18],
        opaque: 'true'
};

sIFR.activate(glypha);

sIFR.replace(glypha, {
	selector: '#red-title-text h1',
	css: '.sIFR-root {color: #FF0000; leading: -6}, strong {letter-spacing: 2;}',
	antiAliasType: 'advanced',
	fitExactly: 'true'
});

sIFR.replace(glypha, {
  selector: 'h1',
  css: '.sIFR-root {color: #414042; leading: -6}, strong {letter-spacing: 2;}',
	antiAliasType: 'advanced',
	fitExactly: 'true'
});

sIFR.replace(glypha, {
  selector: '#news h2',
  css: '.sIFR-root {color: #414042; leading: -6}, strong {letter-spacing: 2;}',
	antiAliasType: 'advanced',
	fitExactly: 'true'
});

sIFR.replace(glypha, {
  selector: '#footer h2',
  css: '.sIFR-root {color: #414042; leading: -6}, strong {letter-spacing: 0;}, a {color: #414042; text-decoration: none;}, a:hover {background-color: #b2d235; color: #000000;}',
	antiAliasType: 'advanced',
	fitExactly: 'true'
});