var univers = { src: "swf/univers.swf" };
sIFR.activate(univers);

//page titles - h1
sIFR.replace(univers, {
	selector: '#page_title h1',
	css: '.sIFR-root { font-weight: normal; color: #ffffff; }',
	wmode: 'transparent'
});

//main content - h1
sIFR.replace(univers, {
	selector: '#left_content h1',
	css: '.sIFR-root { font-weight: normal; color: #bed0e1; } em { font-style: normal; color: #60809e; }'
});

//right content - h1
sIFR.replace(univers, {
	selector: '#right_content dl dt',
	css: '.sIFR-root { font-weight: normal; color: #bed0e1; }',
	tuneHeight: -7
});