var transNorm = {
  src: '/bbContentRepository/media/transitfrontposnormal.swf'
};

var transBold = {
  src: '/bbContentRepository/media/transitfrontposbold.swf'
};

sIFR.activate();

sIFR.replace(transNorm, {
    selector: 'div#content h1'
    ,css: [
      '.sIFR-root {color:#222222;}'
    ]
	 ,tuneHeight: '-10'
	 ,offsetTop: '-5'
	 ,wmode: 'transparent'
  });

sIFR.replace(transBold, {
    selector: 'div#pageHeader h1'
    ,css: [
      '.sIFR-root {color:#FFFFFF;}'
    ]
	 ,tuneHeight: '-10'
	 ,offsetTop: '-5'
	 ,wmode: 'transparent'
  });

sIFR.replace(transNorm, {
    selector: 'div#pageHeader p'
    ,css: [
      '.sIFR-root {color:#E0E7ED;font-weight:normal;display: block;}'
    ]
	 ,tuneHeight: '-5'
	 ,offsetTop: '-2'
	 ,wmode: 'transparent'
  });
  
sIFR.replace(transNorm, {
    selector: 'div.module h2'
    ,css: [
      '.sIFR-root {color:#f3f3f2;font-weight:normal;display: block;}'
    ]
	 ,tuneHeight: '-8'
	 ,offsetTop: '-2'
	 ,wmode: 'transparent'
  });
  
sIFR.replace(transBold, {
    selector: 'div.module h3'
    ,css: [
		'.sIFR-root {color:#353832;font-weight:normal;display: block;}'
		,'a { text-decoration: none;color:#c74800; }'
		,'a:hover { text-decoration: underline;color: #c74800 }'
    ]
	 ,tuneHeight: '-7'
	 ,offsetTop: '-3'
	 ,wmode: 'transparent'
  });
  
sIFR.replace(transNorm, {
    selector: 'div.reportMain h2'
    ,css: [
      '.sIFR-root {color:#d4601f;}'
		,'a { text-decoration: none; }'
      ,'a:link { color: #d4601f; }'
      ,'a:hover { color: #353832; }'
    ]
	 ,tuneHeight: '-7'
	 ,offsetTop: '-2'
	 ,wmode: 'transparent'
  });
  


// ANNUAL REPORT TITLES 

sIFR.replace(transNorm, {
    selector: 'div#pageHeaderReview h1'
    ,css: [
      '.sIFR-root {color:#d4601f;}'
    ]
	 ,tuneHeight: '-12'
	 ,offsetTop: '-6'
	 ,wmode: 'transparent'
  });
  
  
sIFR.replace(transNorm, {
    selector: 'div#CeoChairman1 h2'
    ,css: [
      '.sIFR-root {color:#353832;}'
    ]
	 ,tuneHeight: '-8'
	 //,offsetTop: '-6'
	 ,wmode: 'transparent'
  });
  
sIFR.replace(transNorm, {
    selector: 'div#CeoChairman1 h3'
    ,css: [
      '.sIFR-root {color:#d4601f;}'
		,'a { text-decoration: none; }'
      ,'a:link { color: #d4601f; }'
      ,'a:hover { color: #353832; }'
    ]
	 ,tuneHeight: '-12'
	 ,offsetTop: '-6'
	 ,wmode: 'transparent'
  });

sIFR.replace(transNorm, {
    selector: 'div#CeoChairman2 h2'
    ,css: [
      '.sIFR-root {color:#d4601f;}'
    ]
	 ,tuneHeight: '-8'
	 //,offsetTop: '-6'
	 ,wmode: 'transparent'
  });
  
sIFR.replace(transNorm, {
    selector: 'div#CeoChairman2 div#intro p'
    ,css: [
      '.sIFR-root {color:#353832;}'
    ]
	 ,tuneHeight: '-5'
	 ,offsetTop: '-2'
	 ,wmode: 'transparent'
  });
  
sIFR.replace(transNorm, {
    selector: 'div#CustomerSector2 h2'
    ,css: [
      '.sIFR-root {color:#d4601f;}'
    ]
	 ,tuneHeight: '-12'
	 ,offsetTop: '-6'
	 ,wmode: 'transparent'
  });
  
sIFR.replace(transNorm, {
    selector: 'div#CustomerSector2 p#intro'
    ,css: [
      '.sIFR-root {color:#353832;}'
    ]
	 ,tuneHeight: '-5'
	 ,offsetTop: '-2'
	 ,wmode: 'transparent'
  });
  
sIFR.replace(transNorm, {
    selector: 'div.quote p'
    ,css: [
      '.sIFR-root {color:#ffffff;}'
    ]
	 ,tuneHeight: '-5'
	 ,offsetTop: '-2'
	 ,wmode: 'transparent'
  });
  
sIFR.replace(transNorm, {
    selector: 'div.governBlock h2'
    ,css: [
      '.sIFR-root {color:#d4601f;}'
		,'a { text-decoration: none; }'
      ,'a:link { color: #d4601f; }'
      ,'a:hover { color: #353832; }'
    ]
	 ,tuneHeight: '-10'
	 ,offsetTop: '-5'
	 ,wmode: 'transparent'
  });
  
  

  

  
sIFR.replace(transNorm, {
    selector: '#bodyProductEnquiries p.intro'
    ,css: [
      '.sIFR-root {color:#515151;}'
    ]
	 ,tuneHeight: '-5'
	 ,offsetTop: '-2'
	 ,wmode: 'transparent'
  });
  
sIFR.replace(transNorm, {
    selector: 'div.productEnquiryForm h2'
    ,css: [
      '.sIFR-root {color:#353832;}'
    ]
	 ,tuneHeight: '-5'
	 ,offsetTop: '-2'
	 ,wmode: 'transparent'
  });
  
  
sIFR.replace(transNorm, {
    selector: '.ourProducts h2'
    ,css: [
      '.sIFR-root {color:#ffffff;}'
    ]
	 ,tuneHeight: '-5'
	 ,offsetTop: '-2'
	 ,wmode: 'transparent'
  });
  
  
sIFR.replace(transNorm, {
    selector: '#content h2.transit'
    ,css: [
      '.sIFR-root {color:#353832;}'
    ]
	 ,tuneHeight: '-5'
	 ,offsetTop: '-2'
	 ,wmode: 'transparent'
  });