var helvetica = {
  src: 'swf/helvetica.swf'
};

sIFR.activate(helvetica); // From revision 209 and onwards

sIFR.replace(helvetica, {
    selector: 'h1.bold'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #CF0023; font-weight:bold; }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #bebdbe }'
	]
});

sIFR.replace(helvetica, {
    selector: 'h1.normal'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #CF0023; }'
    ]
});

sIFR.replace(helvetica, {
    selector: 'h1.bold-blue'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #0044ab; font-weight:bold; }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #bebdbe }'
	]
});

sIFR.replace(helvetica, {
    selector: 'h1.normal-blue'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #0044ab; }'
    ]
});

sIFR.replace(helvetica, {
    selector: 'h1.bold-green'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #00a397; font-weight:bold; }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #bebdbe }'
	]
});

sIFR.replace(helvetica, {
    selector: 'h1.bold-brightgreen'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #86e11c; font-weight:bold; }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #bebdbe }'
	]
});

sIFR.replace(helvetica, {
    selector: 'h1.bold-darkblue'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #176fa8; font-weight:bold; }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #bebdbe }'
	]
});

sIFR.replace(helvetica, {
    selector: 'h1.normal-green'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #00a397; }'
    ]
});

sIFR.replace(helvetica, {
    selector: 'h1.bold-red'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #CA0813; font-weight:bold; }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CA0813 }'
	]
});

sIFR.replace(helvetica, {
    selector: 'h1.prices'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; letter-spacing:0.4; }'
    ]
});

sIFR.replace(helvetica, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: bold;}'
    ]
});
sIFR.replace(helvetica, {
    selector: 'h1.white'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: bold;}'
    ]
});

sIFR.replace(helvetica, {
    selector: 'h3'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-weight:bold; text-align:center; }'
    ]
});

sIFR.replace(helvetica, {
    selector: 'h3.left'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-weight:bold; text-align:left; }'
    ]
});

sIFR.replace(helvetica, {
    selector: 'h4.bold'
	,wmode: 'transparent'
	,tuneHeight : '-4px'
	,css: [
      '.sIFR-root { color: #CF0023; font-weight:bold; }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #414142 }'
	]
});

sIFR.replace(helvetica, {
    selector: 'h4.center'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #CF0023; font-weight:bold; text-align:center }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #414142 }'
	]
});
sIFR.replace(helvetica, {
    selector: 'h4.right'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #CF0023; font-weight:bold; text-align:right; }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #666666 }'
	]
});
sIFR.replace(helvetica, {
    selector: 'h4.normal'
	,wmode: 'transparent'
	,tuneHeight : '-4px'
	,css: [
      '.sIFR-root { color: #CF0023; font-weight:bold; text-align:center }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #414142 }'
	]
});
sIFR.replace(helvetica, {
    selector: 'h4.alt'
	,tuneHeight : '-4px'
	,css: [
      '.sIFR-root { color: #CF0023; font-weight:bold; text-align:center; background-color:#CFCFCF; }'
      ,'a { text-decoration: none; color: #000000; background-color:#CFCFCF;}'
      ,'a:link { color: #000000; background-color:#CFCFCF; }'
      ,'a:hover { color: #414142; background-color:#CFCFCF; }'
	]
});

sIFR.replace(helvetica, {
    selector: 'h5'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-weight:bold; }'
    ]
});

sIFR.replace(helvetica, {
    selector: 'h6'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #CF0023; font-weight:bold; }'
    ]
});



