var century = {
		src: '../swf/century.swf'
		,ratios: [8,1.41,9,1.33,10,1.35,14,1.31,16,1.26,20,1.27,26,1.26,29,1.24,30,1.25,40,1.24,51,1.23,54,1.22,55,1.23,87,1.22,89,1.21,93,1.22,94,1.21,95,1.22,108,1.21,109,1.22,1.21]
};
	sIFR.useStyleCheck = true;
	sIFR.activate(century); // From revision 209 and onwards
	
	sIFR.replace(century, {selector: 'h2',css: ['.sIFR-root {color:#ee2a28;font-weight:bold;}'],wmode: 'transparent'});
	
	sIFR.replace(century, {selector: 'h1',css: ['.sIFR-root {color:#000000;font-weight:bold;}'],wmode: 'transparent'});
	//sIFR.debug.ratios(century,{selector: 'h2' });
	
	sIFR.replace(century, {selector: 'h3',css: ['.sIFR-root {color:#adadad;font-weight:bold;}'],wmode: 'transparent'});
	
	//left accordian nav control
	sIFR.replace(century, {selector: 'ul.landingLinks li',css: {'.sIFR-root': {'font-weight': 'bold'},'a': {'color': '#858585','text-decoration': 'none'},'a:hover': {'color': '#000000'},'a:active': {'color': '#000000'}
	},wmode: 'transparent'});
	
	//Calendar
	//sIFR.replace( century, { selector: '#calYearMonth .year',css: [ '.sIFR-root {color:#adadad;}' ],wmode: 'transparent' } );
	//sIFR.replace( century, { selector: '#calYearMonth .month',css: [ '.sIFR-root {color:#adadad;font-weight:bold;text-align:right;}' ],wmode: 'transparent' } );
	
	//left accordian nav control
	sIFR.replace(century, {selector: '#sifrNav .leftLink',css: {'.sIFR-root': {'font-weight': 'bold'},'a': {'color': '#545454','text-decoration': 'none'},'a:hover': {'color': '#000000'},'a:active': {'color': '#000000'}},
		forceWidth: true,
		fitExactly: true
	});
	
	sIFR.replace(century, {selector: '#sifrNav .rightInfo',css: ['.sIFR-root {color:#000000;font-weight:bold;text-align:right;}'],
		wmode: 'transparent'
	});
	
	sIFR.replace(century, {selector: '.publicationLink td',css: {'.sIFR-root': {'font-weight': 'bold'},'a': {'color': '#545454','text-decoration': 'none'},'a:hover': {'color': '#000000'},'a:hover': {'color': '#000000'}},
		forceWidth: true,
		fitExactly: true
	});
	
	//single letter in publishing
	sIFR.replace( century, { selector: '.publishNav .letter', css: ['.sIFR-root {color:#adadad;}'], wmode: 'transparent'} );
	
function updateLetter() {sIFR.replace( century, { selector: '.publishNav .letter', css: ['.sIFR-root {color:#adadad;}'], wmode: 'transparent'} );}
