var helvetica = {
  src: '/swf/helvetica.swf'
};

sIFR.activate(helvetica);
sIFR.useStyleCheck = true;
sIFR.fixWrap = true;

sIFR.replace(helvetica, {
    selector: '#pane.goldnews .paneheader h3'
    ,css: '.sIFR-root { font-style: normal; color: #d9aa65; }'
    ,selectable: false
	,wmode: 'transparent'
  });


sIFR.replace(helvetica, {
    selector: '#pane.goldnews .paneheader h2'
    ,css: '.sIFR-root { font-style: normal; color: #ffffff; }'
    ,selectable: false
	,wmode: 'transparent'
	,filters: {
	  DropShadow: {
		knockout: false
		,distance: 3
		,color: '#000000'
		,strength: 1
	  }
	}

  });

sIFR.replace(helvetica, {
    selector: '#pane.game .paneheader h3'
    ,css: '.sIFR-root { font-style: normal; color: #d9aa65; }'
    ,selectable: false
	,wmode: 'transparent'
  });


sIFR.replace(helvetica, {
    selector: '#pane.game .paneheader h2'
    ,css: '.sIFR-root { font-style: normal; color: #ffffff; }'
    ,selectable: false
	,wmode: 'transparent'
	,filters: {
	  DropShadow: {
		knockout: false
		,distance: 3
		,color: '#000000'
		,strength: 1
	  }
	}

  });

sIFR.replace(helvetica, {
    selector: '#pane.contact h1'
    ,css: '.sIFR-root { font-style: normal; color: #907938; }'
    ,selectable: false
	,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: '#error h1'
    ,css: '.sIFR-root { font-style: normal; color: #6a5724; }'
    ,selectable: false
	,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: '#pdf h1'
    ,css: '.sIFR-root { font-style: normal; color: #6a5724; }'
    ,selectable: false
	,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: '#passw h1'
    ,css: '.sIFR-root { font-style: normal; color: #6a5724; }'
    ,selectable: false
	,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: '#loginform h1'
    ,css: '.sIFR-root { font-style: normal; color: #6a5724; }'
    ,selectable: false
	,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: '#campaign h1'
    ,css: '.sIFR-root { font-style: normal; color: #6a5724; }'
    ,selectable: false
	,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: '#staf h1'
    ,css: '.sIFR-root { font-style: normal; color: #6a5724; }'
    ,selectable: false
	,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: '#accordion_profile div.toggler h2'
    ,css: '.sIFR-root { font-style: normal; color: #907938; cursor: pointer; }'
    ,selectable: false
	,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: '#accordion_products div.toggler h2'
    ,css: '.sIFR-root { font-style: normal; color: #a05f69; }'
    ,selectable: false
	,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: '#bottombar blockquote h1'
    ,css: '.sIFR-root { font-style: normal; color: #b49c57; cursor: pointer; }'
    ,selectable: false
	,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: '#blocks blockquote h1'
    ,css: '.sIFR-root { font-style: normal; color: #ffffff; }'
    ,selectable: false
	,wmode: 'transparent'
  });

sIFR.replace(helvetica, {
    selector: '#intro h1'
    ,css: '.sIFR-root { font-style: normal; color: #772846; }'
    ,selectable: false
	,wmode: 'transparent'
  });
