var avenir = {
      src: 'images/swf/avenir.swf' 
};
 
sIFR.activate(avenir);
 
sIFR.replace(avenir, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#ffffff; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#fffff; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#ffffff; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#01245c; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#ffffff; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#ffffff; }'   
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#ffffff; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#ffffff; }'   
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: 'h5',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#ffffff; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#ffffff; }'   
      ],
      wmode: 'transparent'
});




