//<[CDATA[

	var font1 = { src: 'flash/eurostyleb.swf' };
	var font2 = { src: 'flash/eurostyle.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(font1, font2);

sIFR.replace(font1, {
selector: 'h2'
,css: [

'.sIFR-root { color:  #00000; font-size:26px; font-style:italic; }'
,'a { color: #0007;text-decoration: none; }'
,'a:visited { color: #000;text-decoration: none; }'
,'a:hover { color: #000;text-decoration: none; }'
]

, wmode: 'transparent'

});
sIFR.replace(font2, {
selector: 'h1'
,css: [
'.sIFR-root { color: #000; font-size:20px;  }'
,'a { color: #000;text-decoration: none; }'
,'a:visited { color: #000;text-decoration: none; }'
,'a:hover { color: #000;text-decoration: none; }'
]

, wmode: 'transparent'
});
