var gillsanslight = {
	src: 'prebuilt/sifr/gillsanslight.swf'
};

var gillsansbold = {
	src: 'prebuilt/sifr/gillsansbold.swf'
};

var gillsans = {
	src: 'prebuilt/sifr/gillsans.swf'
};

sIFR.activate(gillsans); // From revision 209 and onwards
sIFR.activate(gillsansbold); // From revision 209 and onwards
sIFR.activate(gillsanslight); // From revision 209 and onwards

sIFR.replace(gillsanslight, {
	selector: 'h1'
	,fitExactly: true
	,offsetTop: 4
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #005486; }'
    ]
});

sIFR.replace(gillsans, {
	selector: '.container-body h2'
	,fitExactly: true
	,offsetTop: 4
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #735f4b; }'
    ]
});

sIFR.replace(gillsans, {
	selector: 'h3'
	,fitExactly: true
	,offsetTop: 4
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #735f4b;} a { text-decoration: none; } a:hover { text-decoration: none; }'
    ]
});
