var ams = {
      src: 'sifr/flash/ams.swf'
	  
};
 
sIFR.activate(ams);
 
sIFR.replace(ams, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:38px; color:#006699;}',
      'strong { font-size:38px; color:#006699; }'
      ],
      wmode: 'transparent'
});



sIFR.replace(ams, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#00000; }',
      'strong { font-size:22px;  color:#666666; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(ams, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#00000; }',
      'strong { font-size:20px;  color:#006699; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(ams, {
      selector: 'h4',
      css: [
      '.sIFR-root { font-size:18px;  color:#006699; }',
      'strong { font-size:18px;  color:#006699; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(ams, {
      selector: 'h5',
      css: [
      '.sIFR-root { font-size:18px;  color:#ffffff; }',
      'strong { font-size:18px;  color:#ffffff; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(ams, {
      selector: 'h6',
      css: [
      '.sIFR-root { font-size:20px;  color:#333333; }',
      'strong { font-size:20px;  color:#333333; }'
      ],
      wmode: 'transparent'
});