var sifr = {
    src: flashPath+'MyriadPro.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(sifr);

sIFR.replace(sifr, {
	    selector: '#menu ul li b'
	    ,css: ['.sIFR-root { color: #0694e2; font-size: 18px; line-height: 18px; margin: 0px; padding: 0px;}',
        'a {color: #0694e2; text-decoration: none;}',
        'a:hover {color: #780000;}']
	    ,wmode: 'transparent'
		,selectable: false
		,forceSingleLine: true
	});
	
sIFR.replace(sifr, {
	    selector: 'h1'
	    ,css: ['.sIFR-root { color: #780000; font-size: 32px; line-height: 32px; height: 32px; margin: 0px; padding: 0px; leading: -5px;}',
	     'em {color: #07a7ff; font-style: normal;}']
	    ,wmode: 'transparent'
		,selectable: false
	});
	
sIFR.replace(sifr, {
	    selector: 'h3'
	    ,css: ['.sIFR-root { color: #0694e2; font-size: 21px; line-height: 21px; height: 21px; margin: 0px; padding: 0px; leading: -5px;}']
	    ,wmode: 'transparent'
		,selectable: false
	});

sIFR.replace(sifr, {
	    selector: 'h4'
	    ,css: ['.sIFR-root { color: #780000; font-size: 24px; line-height: 24px; height: 24px; margin: 0px; padding: 0px; leading: -5px;}',
	     'em {color: #07a7ff; font-style: normal;}']
	    ,wmode: 'transparent'
		,selectable: false
	});
	
sIFR.replace(sifr, {
	    selector: 'h6'
	    ,css: ['.sIFR-root { color: #780000; font-size: 24px; line-height: 24px; height: 24px; margin: 0px; padding: 0px; leading: -5px; text-align: center;}',
	     'em {color: #07a7ff; font-style: normal;}']
	    ,wmode: 'transparent'
		,selectable: false
	});	