var aauxpro = {
  src: 'swf/aauxpro.swf'
};
sIFR.activate(aauxpro);

sIFR.replace(aauxpro, {
  selector: 'h1'
  ,css: [
	 '.sIFR-root { color: #0c2e62; font-size: 24; text-transform: uppercase; margin-bottom:20; }'
]
,transparent: true
});

sIFR.replace(aauxpro, {
  selector: 'h2'
  ,css: [
	 '.sIFR-root { color: #444444; font-size: 18; margin-bottom:20; }'
]
,transparent: true
});
 
sIFR.replace(aauxpro, {
  selector: 'h3'
  ,css: [
	 '.sIFR-root { color: #444444; font-size: 18; margin-top:20; }'
]
,transparent: true
});

sIFR.replace(aauxpro, {
  selector: 'h5'
  ,css: [
	 '.sIFR-root { color: #0c2e62; font-size: 24; text-transform: none; margin-top:10; }'
]
,transparent: true
});

