var thesansbold = {
        src: '/media/35413/thesansbold.swf'
    };
    sIFR.activate(thesansbold);
    sIFR.replace(thesansbold, {
        selector: '.title'
		, wmode: 'transparent'
		, forceSingleLine: true
		, css: [
			'.sIFR-root { color: #ac003a; font-size:30px; }'
		]			
    });


    var titleSubBold = {
        src: '/media/35190/thesans.swf'
    };
    sIFR.activate(titleSubBold);
    sIFR.replace(titleSubBold, {
        selector: '.titleSubBold'
		, wmode: 'transparent'
		, forceSingleLine: true
		, css: [
		'a {text-decoration:none;color:#a70139;}',
		'a:hover {color:#a70139;}',
		'.sIFR-root { color: #a70139; font-size:30px; margin: 0px; padding: 0px;}'
		]
    });


    var thesansSub = {
        src: '/media/35190/thesans.swf'
    };
    sIFR.activate(thesansSub);
    sIFR.replace(thesansSub, {
        selector: '.titleSub'
		, wmode: 'transparent'
		, forceSingleLine: false
		, css: [
		'.sIFR-root { color: #ffffff; font-size:14px; }'
		]
    });


    var thesansBoldBlack = {
        src: '/media/35413/thesansbold.swf'
    };
    sIFR.activate(thesansBoldBlack);
    sIFR.replace(thesansBoldBlack, {
        selector: '.blackTitle'
		, wmode: 'transparent'
		, forceSingleLine: false
		, css: [
		'a {text-decoration:none;color:#a70139;}',
		'a:hover {text-decoration:underline;color:#a70139;}',
		'.sIFR-root { color: #a70139; font-size:22px;font-weight: bold; width: 300px;}'
		]
    });

    var thesansBoldBlackSub = {
        src: '/media/35190/thesans.swf'
    };
    sIFR.activate(thesansBoldBlackSub);
    sIFR.replace(thesansBoldBlackSub, {
        selector: '.blackSubTitle'
		, wmode: 'transparent'
		, forceSingleLine: true
		, css: [
		'.sIFR-root { color: #000000; font-size:16px;   }'
		]
    });


    var thesansBoldGreySub = {
        src: '/media/35190/thesans.swf'
    };
    sIFR.activate(thesansBoldGreySub);
    sIFR.replace(thesansBoldGreySub, {
        selector: '.titleGrey1'
		, wmode: 'transparent'
		, forceSingleLine: true
		, css: [
		'.sIFR-root { color: #2c2c2c; font-size:16px;  }'
		]
    });


    var navTop = {
        src: '/media/35190/thesans.swf'
    };
    sIFR.activate(navTop);
    sIFR.replace(navTop, {
        selector: 'h3.navTop'
		, wmode: 'transparent'
		, forceSingleLine: true
		, css: [
		'a {text-decoration:none;color:#2c2c2c;}'
		,'a:hover {color:#2c2c2c; text-decoration: underline;}'

		,'.sIFR-root { color: #2c2c2c; font-size:16px; }'
		]
    });


