

var eurostile = {  
src: 'http://www.mindwarpentertainment.com/flash/Eurostile.swf'  
 
 };  


 
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: #FFFFFF; }'

]
,wmode: 'transparent'


});

sIFR.replace(eurostile, {  
	selector: 'h3',  
	css: [
'.sIFR-root { font-weight: bold; color: #0D6DDF;  padding: 0px 0px 5px 0px; margin: 0px 0px 0px 0px; text-decoration:none;}'
 ,'a { text-decoration: none; }'
      ,'a:link { color: #0D6DDF; }'
      ,'a:hover { color: #6BB5FE; text-decoration:underline; }'


]
,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; text-align:right; }'
]
,wmode: 'transparent'


});

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

]
,wmode: 'transparent'


});

