var title = {
    src: flashPath+'helveticaneue_condensed_medium.swf'
};

var templateTitle = {
    src: flashPath+'helveticaneue_condensed_bold.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(title , templateTitle);

sIFR.replace(title, {
    selector: 'h2'
    ,css: ['.sIFR-root { color: #ffffff; height: 16px;font-size: 16px;line-height: 16px;}']
    ,wmode: 'transparent'
	,selectable: false
});  

sIFR.replace(templateTitle, {
    selector: '#contentRightTextTop h1'
    ,css: ['.sIFR-root { color: #ed1d24; height: 30px;font-size: 30px;line-height: 30px; font-weight:bold;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(templateTitle, {
    selector: 'h1'
    ,css: ['.sIFR-root { color: #ffffff; height: 30px;font-size: 30px;line-height: 30px; font-weight:bold;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(templateTitle, {
    selector: 'h4'
    ,css: ['.sIFR-root { color: #ed1d24; height: 24px;font-size: 24px;line-height: 20px; font-weight:bold;}']
    ,wmode: 'transparent'
	,selectable: false
});
