
var officina_book = {
	src: NISB_COMMON_BASE_URL + '/sifr/officina_book.swf',
	ratios: [7, 1.32, 11, 1.31, 19, 1.23, 27, 1.2, 28, 1.18, 29, 1.19, 37, 1.18, 55, 1.17, 56, 1.16, 57, 1.17, 89, 1.16, 90, 1.15, 95, 1.16, 97, 1.15, 100, 1.16, 104, 1.15, 107, 1.16, 111, 1.15, 112, 1.16, 118, 1.15, 119, 1.16, 1.15]
};

var officina_book_bold = {
	src: NISB_COMMON_BASE_URL + '/sifr/officina_book_bold.swf',
	ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 23, 1.27, 26, 1.28, 27, 1.26, 31, 1.27, 44, 1.26, 57, 1.25, 58, 1.24, 59, 1.25, 62, 1.24, 63, 1.25, 93, 1.24, 94, 1.23, 96, 1.24, 98, 1.23, 101, 1.24, 102, 1.23, 104, 1.24, 107, 1.23, 108, 1.24, 111, 1.23, 112, 1.24, 120, 1.23, 121, 1.24, 1.23]
};


sIFR.activate(officina_book, officina_book_bold);

sIFR.replace(officina_book_bold, {
	selector: 'h1.top_content_title',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #004b8e; font-size: 22px; }'
	],
	preventWrap:true,
	forceWidth:true,
	fitExactly:true,
	forceSingleLine:true
});

sIFR.replace(officina_book_bold, {
	selector: 'h2.top_content_subtitle',
	wmode: 'transparent',
	css: [
		'.sIFR-root { font-size: 18px; }'
	],
	preventWrap:true,
	forceWidth:true,
	fitExactly:true,
	forceSingleLine:true
});	

//sIFR Submenu

sIFR.replace(officina_book_bold, {
	selector: 'div#submenu_title',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color:#ffffff; font-size: 18px; }'
	],
	preventWrap:true,
	forceWidth:true,
	fitExactly:true,
	forceSingleLine:true
});	
