/*************** sIFR coding starts here***********************/

var hevel = {
	src: 'sifr.swf'
};
sIFR.activate(hevel);

sIFR.replace(hevel, {
	selector: '.heveltitle',
	css: {'.sIFR-root' : { 'color': '#484848' , 'font-weight': 'normal' }},
	wmode: 'transparent'
});

sIFR.replace(hevel, {
	selector: '.heveltitle2',
	css: {'.sIFR-root' : { 'color': '#484848' , 'font-weight': 'normal' }},
	wmode: 'transparent'
});	

sIFR.replace(hevel, {
	selector: '.heveltitle-hd',
	css: {'.sIFR-root' : { 'color': '#4377BD' , 'font-weight': 'normal' }},
	wmode: 'transparent'
});		
sIFR.replace(hevel, {
	selector: 'h1',
	css: {'.sIFR-root' : { 'color': '#4377BD' , 'font-weight': 'normal' }},
	wmode: 'transparent'
});	
/*************** sIFR coding ends here***********************/
