/*
var theSans = {
src: 'js/theSans.swf'
};
*/
var AvenirLTStd = {
    src: siteurl+'js/sifr/swf/RockwellStd.swf'
  };

sIFR.activate(AvenirLTStd);
sIFR.fitExactly = true;
sIFR.preventWrap = true;

function dosIFR() {
	sIFR.replace(AvenirLTStd, {
	    selector: 'h1',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #48baf7; background-color: none; font-size: 50px; }'
	    ]
	  }); 

	sIFR.replace(AvenirLTStd, {
	    selector: 'h3',
		wmode: 'transparent',
		css: [
	      '.sIFR-root { color: #48baf7; background-color: none; font-size: 30px; }'
	    ]
	  }); 
}


dosIFR();

