var existence = {
      src: '/sifr/flash/existence.swf'
};
 
sIFR.activate(existence);
 
sIFR.replace(existence, {
      selector: '.home-topheading',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color: #ffffff;} a {color: #ffffff; text-decoration: none;} a:hover {color: #FFCC00;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: '.inside-topheading',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color: #ffffff;} a { text-decoration: none;} a:hover {color: #FFCC00;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color: #ffffff;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: '.home-newsheading',
	  css: [
      '.sIFR-root { color: #ffffff; font-size:30px; font-weight:normal; }'
      ],
      wmode: 'transparent'
});

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

sIFR.replace(existence, {
      selector: '.inside-bottomheading',
	  css: [
      '.sIFR-root { color: #66CCFF; font-size:19px; font-weight:bold;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size:19px; font-weight:bold; color: #66CCFF;}'
      ],
      wmode: 'transparent'
});

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

sIFR.replace(existence, {
      selector: '.home-sightsheading',
	  css: [
      '.sIFR-root { color: #C7C7C7; font-size:19px; font-weight:bold; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h4',
	  css: [
      '.sIFR-root { color:#ffffff; font-size:37px; font-weight:normal; } strong { color: #FFCC00; font-weight:normal;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h6',
	  css: [
      '.sIFR-root { color:#ffffff; font-size:15px; font-weight:normal; } a { color:#ffffff; text-decoration:none; } a:hover { color: #FFCC00; font-weight:bold;}'
      ],
      wmode: 'transparent'
});

