  var helvetica_med = { src: '/shared/assets/flash/helvetica-65-medium.swf'}
  var helvetica_roman = { src: '/shared/assets/flash/helvetica-55-roman.swf'};

  sIFR.activate(helvetica_med);
  sIFR.activate(helvetica_roman);
 
// styling headline content

  sIFR.replace(helvetica_roman, {
    selector: 'body.home .headline-content h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #6fade5; text-transform: none; font-size: 47px; font-weight: bold; leading: -10;} strong {color: #152062;}'
      ,'a { text-decoration: underline }'
      ,'a:link { color: #6fade5 }'
      ,'a:hover { color: #6fade5 }']
  });

  sIFR.replace(helvetica_roman, {
    selector: '.headline-content h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #6fade5; text-transform: none; font-size: 36px; font-weight: bold; leading: -5;} strong {color: #152062;}'
      ,'a { text-decoration: underline }'
      ,'a:link { color: #6fade5 }'
      ,'a:hover { color: #6fade5 }']
  });

  sIFR.replace(helvetica_med, {
    selector: '.headline-content h4'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #848484; text-transform: none; font-size: 14px; leading: 3;}'
      ,'a { text-decoration: underline }'
      ,'a:link { color: #6fade5 }'
      ,'a:hover { color: #6fade5 }']
  });

// pods

  sIFR.replace(helvetica_roman, {
    selector: '.pod.grey h4'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #848484; text-transform: none; font-weight: bold; font-size: 13px; leading: 0;} strong {color: #404c7c;}'
      ,'a { text-decoration: underline }'
      ,'a:link { color: #848484 }'
      ,'a:hover { color: #848484 }']

  });
  
  sIFR.replace(helvetica_roman, {
    selector: '.pod.blue h4'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #848484; text-transform: none; font-weight: bold; font-size: 15px; leading: 0;} strong {color: #79a6cc;}'
      ,'a { text-decoration: underline }'
      ,'a:link { color: #848484 }'
      ,'a:hover { color: #848484 }']
  });
  sIFR.replace(helvetica_med, {
    selector: '.news-block h4'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #6f9dc6; text-transform: none; font-size: 15px; leading: 0;} strong {color: #152062; font-weight: normal;}'
      ,'a { text-decoration: underline }'
      ,'a:link { color: #6f9dc6 }'
      ,'a:hover { color: #6f9dc6 }']

  });

// homepage

  sIFR.replace(helvetica_roman, {
    selector: 'body.home .content-right h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #79a6cc; text-transform: none; font-size: 30px; font-weight: bold; leading: -8;}'
      ,'a { text-decoration: underline }'
      ,'a:link { color: #79a6cc }'
      ,'a:hover { color: #79a6cc }']

  });
  
  sIFR.replace(helvetica_roman, {
    selector: 'body.home .content-right h4'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #848484; text-transform: none; font-weight: bold; font-size: 14px; leading: 3;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #79a6cc }'
      ,'a:hover { color: #79a6cc; text-decoration: underline }']
  });



  // styling H1

  sIFR.replace(helvetica_roman, {
    selector: '.primary-content h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #6fade5; text-transform: none; font-size: 24px; font-weight: bold; leading: -5;}'
      ,'a { text-decoration: underline }'
      ,'a:link { color: #6fade5 }'
      ,'a:hover { color: #6fade5 }']

  });

// styling H2

  sIFR.replace(helvetica_roman, {
    selector: '.primary-content h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #152062; text-transform: none; font-size: 18px; leading: 5;}'
      ,'a { color: #6fade5; text-decoration: underline }'
      ,'a:link { color: #6fade5 }'
      ,'a:hover { color: #6fade5 }'
      ,'strong { color: #6fade5; font-weight: normal; }']
  });

// styling H4

  sIFR.replace(helvetica_med, {
    selector: '.primary-content .question h4'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #848484; text-transform: none; font-size: 11px; leading: 3;} em {color: #ff0000;}'
      ,'a { color: #6fade5; text-decoration: underline }'
      ,'a:link { color: #6fade5 }'
      ,'a:hover { color: #6fade5 }'
      ,'strong { color: #6fade5; font-weight: normal; }']
  });

// login form

  sIFR.replace(helvetica_roman, {
    selector: '.supplier-login .text-inner'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size: 15px; font-weight: bold; leading: 5;}'
      ,'a { text-decoration: underline }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }']

  });
