


var eurostile = {  
src: '/flash/Eurostile.swf'  
 
 };  
 
sIFR.forceWidth = true;
//sIFR.fitExactly = true;
 
sIFR.activate(eurostile);  
 
sIFR.replace(eurostile, {  
	selector: 'h1',  
	css: [
'.sIFR-root { font-weight: normal; color: #FFFFFF;}'
]
,wmode: 'transparent'


});


sIFR.replace(eurostile, {  
	selector: 'h2',  
	css: [
'.sIFR-root {font-weight: bold; color: #0D6DDF;}'

]
,wmode: 'transparent'


});


sIFR.replace(eurostile, {  
	selector: 'h3',  
	css: [
'.sIFR-root { font-weight: bold; color: #0D6DDF; }'

]
,wmode: 'transparent'


});

sIFR.replace(eurostile, {  
	selector: 'h4',  
	css: [
'.sIFR-root { font-weight: bold; color: #0D6DDF;  padding: 0px 0px 5px 0px; margin: 0px 0px 20px 0px;}'

]
,wmode: 'transparent'


});



sIFR.replace(eurostile, {  
	selector: 'h5',  
	css: [
'.sIFR-root { font-weight: normal; color: #FFFFFF;}'
]
,wmode: 'transparent'
 ,tuneWidth: 5


});

sIFR.replace(eurostile, {  
	selector: 'h6',  
	css: [
'.sIFR-root { font-weight: bold; color: #0D6DDF; }'

]
,wmode: 'transparent'


});

