var futuraMedium = {
    src: flashPath+'futura_lt_medium.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(futuraMedium);


sIFR.replace(futuraMedium, {
	    selector: 'h1'
	    ,css: ['.sIFR-root { color: #0077b4; font-size: 24px;line-height: 24px;}']
	    ,wmode: 'transparent'
		,selectable: false
});

sIFR.replace(futuraMedium, {
	    selector: 'h2'
	    ,css: ['.sIFR-root { color: #c60c30; font-size: 18px;line-height: 18px;}']
	    ,wmode: 'transparent'
		,selectable: false
});

sIFR.replace(futuraMedium, {
    selector: 'div#menu ul li'
    ,css: ['.sIFR-root { color: #0077b4; font-size: 18px; font-weight: bold; line-height: 18px; padding-right: 30px;}',
    		'a { color: #0077b4; }',
	      	'a:link { color: #0077b4; text-decoration: none;}',
	      	'a .selected{ color: #e5173f; text-decoration: none;}',
	      	'a:hover { color: #e5173f; text-decoration: none;}']
    ,wmode: 'transparent'
	,selectable: false
});