var existence = {
      src: '/sifr/flash/future.swf'
};
 
sIFR.activate(existence);
 
sIFR.replace(existence, {
      selector: 'h1',
   css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#0044aa; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(existence, {
      selector: 'h2.news_heading',
   css: [
      '.sIFR-root { font-size:20px; font-weight:bold; color:#ffffff; } a {color: #4481dd; text-decoration: none;} a:hover {color: #0044aa;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h2.title',
   css: [
      '.sIFR-root { font-size:19px; font-weight:bold; color:#ffffff; } a {color: #FFFFFF; text-decoration: none;} a:hover {color: #66CCFF;}'
      ],
      wmode: 'transparent'
});


sIFR.replace(existence, {
      selector: 'h2.title_inside',
   css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#ffffff; text-transform: uppercase; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h2.title_inside',
   css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#ffffff; text-transform: uppercase; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h3',
   css: [
      '.sIFR-root { font-size:20px; font-weight:bold; color:#970f00; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(existence, {
      selector: 'h4.post_title',
   css: [
      '.sIFR-root { font-size:20px; font-weight:bold; color:#4481dd; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(existence, {
      selector: 'h4.title_services',
   css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#ffffff; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(existence, {
      selector: 'h2.news_title',
  css: [
      '.sIFR-root { font-size:20px; font-weight:bold; color:#4481dd; }'
      ],
      wmode: 'transparent'
});