var arno = {
     src: 'arno.swf'
};
sIFR.activate(arno);

sIFR.replace(arno, {
      selector: 'h1',
      css: [
      '.sIFR-root {font-size:24px; color:#ac8e70; line-height:1.25; text-align:justify; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(arno, {
      selector: 'h2',
      css: [
      '.sIFR-root {font-size:18px; font-weight:bold; color:#ac8e70; text-align:left; text-transform: uppercase; text-decoration: underline;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(arno, {
      selector: 'h3',
      css: [
      '.sIFR-root {font-size:22px; color:#ebd9c8; text-align:left;}'
      ],
      wmode: 'transparent'
});


sIFR.replace(arno, {
      selector: 'h5',
      css: [
      '.sIFR-root {font-size:24px; color:#ac8e70; line-height:1.25; text-align:justify;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(arno, {
      selector: 'h6',
      css: [
      '.sIFR-root {font-size:15px; color:#ebd9c8; line-height:1; text-align:justify;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(arno, {
      selector: 'h7',
      css: [
      '.sIFR-root {font-size:30px; color:#ebd9c8; line-height:1; text-align:left;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(arno, {
      selector: 'h8',
      css: [
       '.sIFR-root {font-size:24px; color:#ebd9c8; text-align:justify;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(arno, {
      selector: 'h9',
      css: [
      '.sIFR-root {font-size:21px; color:#ac8e70; line-height:1; text-align:left;}'
      ],
      wmode: 'transparent'
});