var existence = {
      src: '/sifr/flash/Enigmatic.swf'
};
var existence2 = {
      src: '/sifr/flash/futura.swf'
};
 
sIFR.activate(existence, existence2 );
 

sIFR.replace(existence, {
      selector: 'h1.title',
   css: [
      '.sIFR-root { font-size:45px;	color:#FFFFFF;	font-weight:bold; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence2, {
      selector: 'h1.title2',
   css: [
      '.sIFR-root { font-size:25px;	color:#c6c5c5;	font-weight:normal; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(existence2, {
      selector: 'h1',
   css: [
      '.sIFR-root { font-size:35px;	color:#262626;	font-weight:normal; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence2, {
      selector: 'h2.news-title',
   css: [
      '.sIFR-root { font-size:28px;	color:#262626;	font-weight:normal; } a{text-decoration:none; color:#949494;	} a:hover{ text-decoration:underline; color:#262626;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence2, {
      selector: 'h2',
   css: [
      '.sIFR-root { font-size:28px;	color:#262626;	font-weight:normal; } a{text-decoration:none; color:#262626;	} a:hover{ text-decoration:underline; color:#262626;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h3',
   css: [
      '.sIFR-root { font-size:28px;	color:#262626;	font-weight:normal; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(existence2, {
      selector: 'h4',
   css: [
      '.sIFR-root { font-size:22px;	color:#262626;	font-weight:normal; } a{text-decoration:none; color:#262626;	} a:hover{ text-decoration:underline; color:#262626;}'
      ],
      wmode: 'transparent'
});
sIFR.replace(existence2, {
      selector: 'h5',
   css: [
      '.sIFR-root { font-size:15px;	color:#262626;	font-weight:normal; } a{text-decoration:none; color:#262626;	} a:hover{ text-decoration:underline; color:#262626;}'
      ],
      wmode: 'transparent'
});
