var corbel = {
      src: 'images/swf/corbel.swf' 
};
 
sIFR.activate(corbel);
 
sIFR.replace(corbel, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#c01c22; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#c01c22; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(corbel, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#01245c; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#01245c; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(corbel, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#01245c; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#01245c; }'   
      ],
      wmode: 'transparent'
});

sIFR.replace(corbel, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#c01c22; }',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; color:#c01c22; }'   
      ],
      wmode: 'transparent'
});



