var AvantGarde = {
      src: '/atf/cf/%7B0418CDF9-65C7-4424-955C-E30218530A20%7D/AvantGarde.swf'
};
 
sIFR.activate(AvantGarde);
 
sIFR.replace(AvantGarde, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#9aa9a3; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#484e41; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(AvantGarde, {
      selector: 'h4',
	    css: [
      '.sIFR-root {font-size:13px; font-weight:normal; color:#484e41;}',
	  'strong { font-weight:bold; color:#484e41; }'	  
      ],
      wmode: 'transparent'
});


sIFR.replace(AvantGarde, {
      selector: 'h2',
	    css: [
      '.sIFR-root {font-size:13px; font-weight:bold; color:#484e41;}'
      ],
      wmode: 'transparent'
});




sIFR.replace(AvantGarde, {
      selector: 'h6',
	    css: [
      '.sIFR-root {font-size:11px; font-weight:normal; color:#FFFFFF; margin-bottom:0px;}',
	  'strong { font-weight:bold; color:#FFFFFF; margin-bottom:0px; }'	 
      ],
      wmode: 'transparent'
});