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

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

sIFR.delayCss = true;


  sIFR.useStyleCheck = true;
  sIFR.activate(lucida, papyrus);

sIFR.replace(lucida, {
  	wmode: 'transparent'
	,selector: 'h2, H3'
	,css: [
	'.sIFR-root {color: #000000;letter-spacing: -.1;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #666666; }'
	,'a:hover { color: #000000; }' ], tuneHeight:-6});	


sIFR.replace(papyrus, {
  	wmode: 'transparent'
	,selector: 'h4, H5, dl.copy dt'
	,css: [
	'.sIFR-root {color: #000000;letter-spacing: -.1;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #666666; }'
	,'a:hover { color: #000000; }' ], tuneHeight:-6});	
	

