var lucidafax = {
	src: 'http://www.seansdesign.net/rocco/sifr/lucidafax.swf',
};

sIFR.activate(lucidafax);
sIFR.replace(lucidafax, {
	selector: 'h1',
	css: [
		'.sIFR-root { color: #0182A4; font-size: 28px; font-weight: normal; text-align: right;}'
		],
	wmode: 'transparent',
	tuneHeight: -4
});

sIFR.replace(lucidafax, {
	selector: 'h2',
	css: [
		'.sIFR-root { color: #520000; font-size: 22px; font-weight: normal;}'
		],
	wmode: 'transparent',
	tuneHeight: -6
});

sIFR.replace(lucidafax, {
	selector: '#footer h3',
	css: [
		'.sIFR-root { color: #520000; font-size: 18px; font-weight: normal; text-align: left;}'
		],
	wmode: 'transparent',
	tuneHeight: -5
});

sIFR.replace(lucidafax, {
	selector: 'h3',
	css: [
		'.sIFR-root { color: #520000; font-size: 18px; font-weight: normal; text-align: right;}'
		],
	wmode: 'transparent',
	tuneHeight: -5
});
