var helvetica = {
 src: 'flash/helvetica.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(helvetica);

sIFR.replace(helvetica, {
selector: 'h1'
	,css: [
	  '.sIFR-root { font-size:20px; color:#232021;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(helvetica, {
selector: '.block01 h2'
	,css: [
	  '.sIFR-root { font-size:22px; color:#35842c;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});
sIFR.replace(helvetica, {
selector: '.banner h2'
	,css: [
	  '.sIFR-root { font-size:24px; color:#ffffff;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

 
 
 

