var LucidaSans = {
	src: '/flash/sifr_LucidaSans.swf'
};

sIFR.delayCSS = true;
// sIFR.domains = ['domain.com'];
sIFR.activate(LucidaSans);

sIFR.replace(LucidaSans, {
	selector: 'h1'
	,css: [
		'.sIFR-root { color: #B0292E; background-color: #FFFFFF; font-weight:bold; font-style:italic; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #14345D; }'
		,'a:hover { color: #3C6E99; }'
		,'em { font-style: normal; color: #FF9900; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(LucidaSans, {
	selector: 'h2'
	,css: [
		'.sIFR-root { color: #B0292E; background-color: #FFFFFF; font-style:italic; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #14345D; }'
		,'a:hover { color: #3C6E99; }'
		,'em { font-style: normal; color: #FF9900; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(LucidaSans, {
	selector: 'h3'
	,css: [
		'.sIFR-root { color: #354C16; background-color: #FFFFFF; font-weight:bold; font-style:italic; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #14345D; }'
		,'a:hover { color: #3C6E99; }'
		,'em { font-style: normal; color: #FF9900; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(LucidaSans, {
	selector: 'h4'
	,css: [
		'.sIFR-root { color: #354C16; background-color: #FFFFFF; font-style:italic; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #14345D; }'
		,'a:hover { color: #3C6E99; }'
		,'em { font-style: normal; color: #FF9900; }'
    ]
	,wmode: 'transparent'
});
