//<[CDATA[

	var font1 = { src: '/eras.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(font1);

sIFR.replace(font1, {
selector: 'h1'
,css: [

'.sIFR-root { color: #42116b; font-size:20px; font-weight: bold; }'
,'a { color: #42116b;text-decoration: none; }'
,'a:visited { color: #42116b;text-decoration: none; }'
,'a:hover { color: #42116b;text-decoration: none; }'
]

, wmode: 'transparent'

});	

sIFR.replace(font1, {
selector: 'h2'
,css: [

'.sIFR-root { color: #42116b; font-size:16px; font-weight: normal; }'
,'a { color: #42116b;text-decoration: none; }'
,'a:visited { color: #42116b;text-decoration: none; }'
,'a:hover { color: #42116b;text-decoration: none; }'
]

, wmode: 'transparent'

});	
