var Calibri = {
      src: 'http://97.74.138.136/Calibri.swf'
};

sIFR.activate(Calibri);

sIFR.replace(Calibri, {
      selector: 'div.pageheading',
      css: [
      '.sIFR-root { font-size:35px; font-weight:900; color:#009AFF; margin:10px;}',
      'em { font-style:italic; }',
      'strong { font-weight:900; color:#009AFF;}'
      ],
	   wmode: 'transparent'
});
sIFR.replace(Calibri, {
      selector: 'div.subheading',
      css: [
      '.sIFR-root { font-size:16px; font-weight:bold; color:#009AFF; margin:0px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#009AFF; }'
      ],
	   wmode: 'transparent'
});
sIFR.replace(Calibri, {
      selector: 'div.welcome',
      css: [
      '.sIFR-root { font-size:20px; font-weight:bold; color:#000; margin-bottom:0px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000; }'
      ],
	   wmode: 'transparent'
});
sIFR.replace(Calibri, {
      selector: 'div.people_title',
      css: [
      '.sIFR-root { font-size:20px; font-weight:bold; color:#000000; margin-bottom:0px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }'
      ],
	   wmode: 'transparent'
});
sIFR.replace(Calibri, {
      selector: 'div.subtitle',
      css: [
      '.sIFR-root { font-size:16px; font-weight:bold; color:#000000; margin:0px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }'
      ],
	   wmode: 'transparent'
});



