            
            var OfficinaSans = {
                src: '/theme2008/images/offcna.swf'
            };
            
            sIFR.activate(OfficinaSans);
	    sIFR.transparent = true;
           

            sIFR.replace(OfficinaSans, {
                selector: '.blogContent H2',
                forceSingleLine: false,
                css: [
                    '.sIFR-root { color: #ce2145; font-size: 24px;}', 
		    '.sIFR-root a { color: #ce2145; text-decoration: none; }',
		    '.sIFR-root a:hover { color: #ce2145; }'
                    ],
		wmode:'transparent',
				tuneWidth: '5',
                forceWidth: false
            
            });

	    sIFR.replace(OfficinaSans, {
                selector: '.introblok H2',
                forceSingleLine: false,
                css: [
                    '.sIFR-root { color: #ce2145; font-size: 24px;}'
                    ],
		wmode:'transparent',
				tuneWidth: '5',
                forceWidth: false
            
            });

            	 sIFR.replace(OfficinaSans, {
                selector: '#relatedContent H3',
                forceSingleLine: false,
                css: [
                    '.sIFR-root { background-color:transparent; color: #ce2145; font-size: 20px;}'
                    ],
		wmode:'transparent',
		transparent: true,
				tuneWidth: '5',
                forceWidth: false
            
            });

            	 sIFR.replace(OfficinaSans, {
                selector: '#blogs_header H1',
                forceSingleLine: false,
                css: [
                    '.sIFR-root { background-color:transparent; color: #ce2145; font-size: 24px;}'
                    ],
		wmode:'transparent',
		transparent: true,
				tuneWidth: '5',
                forceWidth: false
            
            });

