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

sIFR.replace(arialrounded, {
selector: '.box1_cont h1'
	,css: [
	  '.sIFR-root { font-size:36px; color:#F26622;}',
	  'label {color:#D6112D; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(arialrounded, {
selector: '.box1_cont h2'
	,css: [
	  '.sIFR-root { font-size:22px; color:#9c1818;}',
	  'label {color:#9c1818; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});
 
 sIFR.replace(arialrounded, {
selector: '.box1_cont h3'
	,css: [
	  '.sIFR-root { font-size:18px; color:#0057A7;}',
	  'label {color:#0057A7; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});
 

