/*************** sIFR coding starts here***********************/

var frutiger = {
	src: 'sifr.swf'
};

sIFR.activate(frutiger);

sIFR.replace(frutiger, {    
	selector: '.title',
	css: {'.sIFR-root' : { 'color': '#0557A4' , 'font-weight': 'normal' }},
	wmode: 'transparent'
});

sIFR.replace(frutiger, {
	selector: '.titleabout',
	css: {'.sIFR-root' : { 'color': '#0557A4' , 'font-weight': 'normal' }},
	wmode: 'transparent'
});
sIFR.replace(frutiger, {
	selector: '.title2',
	css: {'.sIFR-root' : { 'color': '#0658A5' , 'font-weight': 'normal' }},
	wmode: 'transparent'
});

sIFR.replace(frutiger, {
	selector: '.title3',
	css: {'.sIFR-root' : { 'color': '#0557A4' , 'font-weight': 'normal' }},
	wmode: 'transparent'
});

sIFR.replace(frutiger, {
	selector: '.title4',
	css: {'.sIFR-root' : { 'color': '#696969' , 'font-weight': 'normal' }},
	wmode: 'transparent'
});
sIFR.replace(frutiger, {
	selector: '.title5',
	css: {'.sIFR-root' : { 'color': '#0658A5' , 'font-weight': 'normal' }},
	wmode: 'transparent'
});		
/*************** sIFR coding ends here***********************/