var helvcondlight = {
  src: '/xres/js/helvcondlight.swf'
};

sIFR.activate(helvcondlight);

sIFR.replace(helvcondlight, {
	selector: 'h1',
	css: {
	'.sIFR-root' : { 'font-size' : '24px', 'color' : '#ffffff' },
	'em' : { 'color' : '#9ec189', 'font-style' : 'normal' }
	},
	wmode: 'transparent'
});

sIFR.replace(helvcondlight, {
	selector: 'h2',
	css: {
	'.sIFR-root' : { 'font-size' : '18px', 'color' : '#a9c297' }
	},
	wmode: 'transparent'
});

sIFR.replace(helvcondlight, {
	selector: 'p.intro',
	css: {
	'.sIFR-root' : { 'font-size' : '18px', 'color' : '#ffffff' }
	},
	wmode: 'transparent'
});