var fontAldo = { src: '/js/sifr/font_AldoSemiBold.swf' };
sIFR.activate(fontAldo);

sIFR.replace(fontAldo, {
	selector: 'h2 span',
	css: [ '.sIFR-root { color: #FFFFFF; }' ],
	wmode: 'transparent'
});
sIFR.replace(fontAldo, {
	selector: 'h2 strong',
	css: [ '.sIFR-root { color: #FFFFFF; }' ],
	wmode: 'transparent'
});

sIFR.replace(fontAldo, {
	selector: 'h3.sub',
	css: [ '.sIFR-root { color: #A654A5; text-transform: uppercase; }' ],
	wmode: 'transparent'
});
sIFR.replace(fontAldo, {
	selector: 'h3',
	css: [ '.sIFR-root { color: #333333; text-transform: uppercase; }', 'em { color: #A654A5; }' ],
	wmode: 'transparent'
});

sIFR.replace(fontAldo, {
	selector: 'th',
	css: [ '.sIFR-root { color: #333333; text-transform: uppercase; }' ],
	wmode: 'transparent'
});
