var gill_light = { src: '/flash/sifr3/gill_light.swf' };
var gill_med = { src: '/flash/sifr3/gill_med.swf' };
sIFR.activate(gill_light);
sIFR.activate(gill_med);

sIFR.replace(gill_light, {
  selector: 'h1',
  css: '.sIFR-root {color:#1f1f1f; font-style:italic;}',
  wmode: 'transparent'  
});

sIFR.replace(gill_med, {
  selector: 'h2.bold',
  css: '.sIFR-root {color: #181a76; font-weight:bold;}',
  wmode: 'transparent'  
});

sIFR.replace(gill_med, {
  selector: 'h2.right',
  css: '.sIFR-root {color: #388a58;font-style:italic;text-align:right;}',
  wmode: 'transparent'  
});

sIFR.replace(gill_med, {
  selector: 'h2.footer',
  css: '.sIFR-root {color: #ffffff;}',
  wmode: 'transparent'  
});

sIFR.replace(gill_med, {
  selector: 'h2',
  css: '.sIFR-root {color: #1f1f1f;}',
  wmode: 'transparent'  
});

sIFR.replace(gill_med, {
	selector: 'h3.aligncenter',
	css: '.sIFR-root {color: #388a58;text-align:center; }',
	wmode: 'transparent'
});

sIFR.replace(gill_med, {
	selector: 'h3',
	css: '.sIFR-root {color: #388a58;text-align:left; }',
	wmode: 'transparent'
});

sIFR.replace(gill_med, {
	selector: 'h4',
	css: '.sIFR-root {color: #1f1f1f; float:left; margin:0; padding:0;width:80%;}',
	wmode: 'transparent'
});

sIFR.replace(gill_med, {
	selector: 'h5',
	css: '.sIFR-root {color: #3b8564;}',
	wmode: 'transparent'
});
