/**********
sIFR init
**********/

var franklin_gothic_demi = { src: 'swf/franklin_gothic_demi.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(franklin_gothic_demi);

sIFR.replace(franklin_gothic_demi, {
	selector: '.inner h1'
	,css: {
		'.sIFR-root' : { 'color': '#113868' }
		,'a': { 'text-decoration': 'none' }
		,'a:link': { 'color': '#113868' }
		,'a:hover': { 'color': '#e18a07' }
	},
	ratios: [7, 1.32, 8, 1.31, 12, 1.27, 20, 1.22, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 103, 1.15, 104, 1.14, 108, 1.15, 111, 1.14, 113, 1.15, 118, 1.14, 120, 1.15, 1.14]
});
