// sIFR
var avenir = {
	src: '/static/swf/sifr/avenir-lt-std-65-med.swf'
};
sIFR.activate(avenir);
sIFR.replace(avenir, {
	selector: 'h1',
	css: [
		'.sIFR-root { color: #ffffff; text-align: center; }'
	],
	wmode: 'transparent'
});
sIFR.replace(avenir, {
	selector: 'h2',
	css: [
		'.sIFR-root { color: #ffffff; text-align: left; }',
		'a { color: #ffffff; text-decoration: none; }',
		'a:hover { color: #ffffff; text-decoration: none; }'
	],
	wmode: 'transparent'
});
sIFR.replace(avenir, {
	selector: 'h3',
	css: [
		'.sIFR-root { color: #e3e6ea; text-align: left; }',
		'a { color: #ffffff; text-decoration: none; }',
		'a:hover { color: #ffffff; text-decoration: none; }'
	],
	wmode: 'transparent'
});