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

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

// Member section
sIFR.replace(sifr, {
	    selector: '.member #homeNews h4'
	    ,css: ['.sIFR-root {color: #28a5a5; font-size: 24px; line-height: 24px; height: 24px; margin: 0px; padding: 0px;}']
	    ,wmode: 'transparent'
		,selectable: true
	});
	
sIFR.replace(sifr, {
	    selector: '.member h1'
	    ,css: ['.sIFR-root {color: #28a5a5; font-size: 30px; line-height: 30px; height: 30px; margin: 0px; padding: 0px;}']
	    ,wmode: 'transparent'
		,selectable: true
	});
		
sIFR.replace(sifr, {
	    selector: '.member #homePicture p'
	    ,css: ['.sIFR-root {color: #28a5a5; font-size: 18px; line-height: 18px; height: 18px; margin: 0px; padding: 0px;}']
	    ,wmode: 'transparent'
		,selectable: true
	});		
		

sIFR.replace(sifr, {
	    selector: '.member h2, .member #imageList h3, .member h4, .member h6'
	    ,css: ['.sIFR-root {color: #28a5a5; font-size: 18px; line-height: 18px; height: 18px; margin: 0px; padding: 0px; leading: -5px;}']
	    ,wmode: 'transparent'
		,selectable: true
	});
	
// Guest

sIFR.replace(sifr, {
	    selector: '.guest #homeNews h4'
	    ,css: ['.sIFR-root {color: #69720b; font-size: 24px; line-height: 24px; height: 24px; margin: 0px; padding: 0px;}']
	    ,wmode: 'transparent'
		,selectable: true
	});
	
sIFR.replace(sifr, {
	    selector: '.guest h1'
	    ,css: ['.sIFR-root {color: #69720b; font-size: 30px; line-height: 30px; height: 30px; margin: 0px; padding: 0px;}']
	    ,wmode: 'transparent'
		,selectable: true
	});
		
sIFR.replace(sifr, {
	    selector: '.guest #homePicture p'
	    ,css: ['.sIFR-root {color: #69720b; font-size: 18px; line-height: 18px; height: 18px; margin: 0px; padding: 0px;}']
	    ,wmode: 'transparent'
		,selectable: true
	});		
		

sIFR.replace(sifr, {
	    selector: '.guest h2, .guest #imageList h3, .guest h4, .guest h6'
	    ,css: ['.sIFR-root {color: #69720b; font-size: 18px; line-height: 18px; height: 18px; margin: 0px; padding: 0px; leading: -5px;}']
	    ,wmode: 'transparent'
		,selectable: true
	});

// General

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: #0055a5; text-decoration: none;}',
        'a:hover {color: #5f90bf;}']
	    ,wmode: 'transparent'
		,selectable: false
		,forceSingleLine: true
	});