/*-------------------------------------------------------------------
	Bazzmann Srl | Advanced Communication
	sIFR Configuration
	
	Customer: Bazzmann Srl
-------------------------------------------------------------------*/

var FrutigerRoman = {
	src: '/themes/regven/gui/flash/fonts/frutiger-roman.swf',
	ratios: [9, 1.25, 13, 1.18, 18, 1.14, 19, 1.13, 21, 1.12, 31, 1.11, 34, 1.09, 36, 1.1, 52, 1.09, 81, 1.08, 82, 1.07, 86, 1.08, 87, 1.07, 88, 1.08, 89, 1.07, 90, 1.08, 97, 1.07, 99, 1.08, 1.07]
};
sIFR.activate(FrutigerRoman);

/* Headers
---------------------------------------------------------------------*/

/* Standard Headers */
sIFR.replace(FrutigerRoman, {
	selector: '#std-contenuto h2',
	css: [
	'.sIFR-root {color: #143B79; font-size: 24px;}',
	'a {color: #143B79; text-decoration: none;}',
	'a:link {color: #143B79;}',
	'a:hover {color: #001A26; text-decoration: underline;}',
	'.active {color: #143B79;}'
	],
	wmode: 'transparent'
});

