var dinNor = {
    src: '/images/flash/DINnormal_3-436.swf'
};

var dinBold = {
    src: '/images/flash/DINbold_3-436.swf'
};

sIFR.fromLocal = true;
sIFR.activate(dinNor);
sIFR.activate(dinBold);


//Home
//main heading
sIFR.replace(dinNor, {
    selector: '#homeBanner H2'
    ,preventWrap: true
    ,tuneWidth: -10
	,wmode: 'transparent'
	,css: {
      '.sIFR-root': { 'font-size':'32px', 'color':'#FFFFFF', 'text-align':'right', 'leading':'-10px;' }
    }
});

//subheads (blue)
sIFR.replace(dinBold, {
    selector: '.mainContent H3'
	//,tuneHeight: -5
	,wmode: 'transparent'
	//,fitExactly: true
	//,forceWidth: true
	//,preventWrap:true
    ,tuneWidth: 10
	,css: {
      '.sIFR-root': {'font-size':'14px','color':'#004D83'}
    }
});

//Inside
//main heading
sIFR.replace(dinNor, {
    selector: '#insideBanner H2.bannerHead'
	,wmode: 'transparent'
	,fitExactly: true
	,css: {
      '.sIFR-root': {'font-size':'30px','color':'#FFFFFF'}
    }
});

//subheading
sIFR.replace(dinNor, {
    selector: '#insideBanner H3'
	,wmode: 'transparent'
	,tuneHeight: -5
	,tuneWidth:10
	,fitExactly: true
	,css: {
      '.sIFR-root': {'font-size':'16px','color':'#FFFFFF'}
    }
});


//page subheading (blue)
sIFR.replace(dinBold, {
    selector: '.mainContentInner H3'
	,wmode: 'transparent'
	,tuneHeight: -5
    ,tuneWidth: 20
    ,tuneHeight:5
	,css: { '.sIFR-root': { 'font-size':'19px', 'color':'#004D83', 'leading':'-3px' }
    }
});