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

sIFR.activate(aller); 
   
sIFR.replace(aller, {
	selector: 'h1.body-title',
	css: [
		'.sIFR-root { font-size:24px; color:#0687ca; }',
		'a { text-decoration: none; }',
		'a:link { color: #0687ca; }',
		'a:hover { color: #1a4c66; }'
		],
	wmode: 'transparent'
});

sIFR.replace(aller, {
	selector: 'h2.body-subtitle',
	css: [
		'.sIFR-root { font-size:20px; color:#0687ca; }'
		],
	wmode: 'transparent'
});

sIFR.replace(aller, {
	selector: 'h2.phone-number',
	css: [
		'.sIFR-root { font-size:20px; color:#1a4c66; }'
		],
	wmode: 'transparent'
});

sIFR.replace(aller, {
	selector: 'h1.footer-title',
	css: [
		'.sIFR-root { font-size:24px; color:#ffffff; }'
		],
	wmode: 'transparent'
});

sIFR.replace(aller, {
	selector: 'h2.footer-blog-title',
	css: [
		'.sIFR-root { font-size:20px; color:#ffffff; }'
		],
	wmode: 'transparent'
});