
var chaparral = { src: '/swf/chaparral.swf' };

sIFR.activate(chaparral);

	sIFR.replace(chaparral, {
		selector: 'h1',
		wmode: 'transparent',
		css: '.sIFR-root { color: #FFFFFF; font-weight: bold; padding-top: 4px; padding-left: 12px; }'
	});

	sIFR.replace(chaparral, {
		selector: 'h2',
		wmode: 'transparent',
		css: '.sIFR-root { color: #FFFFFF; font-weight: bold; text-align: center; }'
	});
	
	sIFR.replace(chaparral, {
		selector: 'h3',
		wmode: 'transparent',
		css: '.sIFR-root { color: #8eaa21; font-weight: bold; }'
	});

	sIFR.replace(chaparral, {
		selector: 'h4',
		wmode: 'transparent',
		css: '.sIFR-root { color: #000000; font-weight: bold; }'
	});
	
	sIFR.replace(chaparral, {
		selector: 'h5',
		wmode: 'transparent',
		css: '.sIFR-root { color: #FFFFFF; font-weight: bold; text-align: right; }'
	});

	