var sifr = {
src: 'flash/sifr.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(sifr);

sIFR.replace(sifr, {
selector: 'h1'
,css: [
  '.sIFR-root { color: #ffffff; display: block; font-weight: bold; height: 30px; font-size: 25px; padding: 0;}'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h2'
,css: [
  '.sIFR-root { color: #128b0f; display: block; font-weight: bold; height: 35px; font-size: 30px; padding: 0;}'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h3'
,css: [
  '.sIFR-root { color: #a5a5a5; display: block; font-weight: bold; height: 20px; font-size: 17px; padding: 0; margin: 20px 0px 21px 0px;}'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h4'
,css: [
  '.sIFR-root { color: #128b0f; display: block; font-weight: bold; height: 30px; font-size: 24px; padding: 0; margin: 0px;}'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h5'
,css: [
  '.sIFR-root { color: #ffffff; display: block; font-weight: bold; height: 30px; font-size: 24px; padding: 0; margin: 0px;}'
],
wmode: 'transparent'
});




