var avantGardeBkBt = { src: 'swf/avantGardeBkBt.swf' };
var levenimMT = { src: 'swf/levenimMT.swf' };
var lettergothicstd = { src: 'swf/lettergothicstd.swf' };




sIFR.useStyleCheck = true;
sIFR.activate(avantGardeBkBt, levenimMT, lettergothicstd);


sIFR.replace(avantGardeBkBt, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:35px; font-weight:bold; color:#000000; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }',
	  'a:visited { color: #000000;text-decoration: none; }',
	  'a:link { color: #000000;text-decoration: none; }',
	  'a:hover { color: #000000;text-decoration: none; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(avantGardeBkBt, {
      selector: 'h2',
      css: [
      '.sIFR-root { text-align: justify; font-size:13px; font-weight:bold; color:#000000; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }',
	  'a:visited { color: #000000;text-decoration: none; }',
	  'a:link { color: #000000;text-decoration: none; }',
	  'a:hover { color: #000000;text-decoration: none; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(levenimMT, {
      selector: 'h3',
      css: [
      '.sIFR-root { text-align: justify; font-size:12px; font-weight:normal; color:#000000; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }',
	  'a:visited { color: #000000;text-decoration: none; }',
	  'a:link { color: #000000;text-decoration: none; }',
	  'a:hover { color: #000000;text-decoration: none; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(lettergothicstd, {
      selector: 'h4',
      css: [
      '.sIFR-root { font-size:9px; font-weight:normal; color:#222222; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#222222; }',
	  'a:visited { color: #222222;text-decoration: none; }',
	  'a:link { color: #222222;text-decoration: none; }',
	  'a:hover { color: #222222;text-decoration: none; }'
      ],
      wmode: 'transparent'
});
