var helveticaneue = { src: '/scripts/sifr/helveticaneue.swf' };
sIFR.activate(helveticaneue);

sIFR.replace(helveticaneue, {
	  selector: '.sifr-switch',
	  css: '.sIFR-root { color: #666; font-size: 15px; }',
	  wmode: 'transparent'
	});

sIFR.replace(helveticaneue, {
  selector: 'h3.black',
  css: '.sIFR-root { color: #000000; }'
});

sIFR.replace(helveticaneue, {
      selector: '#team_menu_holder h3'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ee3124; }'
        ,'a:hover { color: #00b0ca; }'
      ],
  		wmode: 'transparent'
    });

sIFR.replace(helveticaneue, {
    selector: '.category_view h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; }'
      ,'a { text-decoration: underline; color: #EE3424; }'
      ,'a:link, a:visited { color: #EE3424; }'
      ,'a:hover { text-decoration: none; color: #EE3424; cursor: hover; }'
    ],
		wmode: 'transparent'
  });

sIFR.replace(helveticaneue, {
	selector: 'h5.link',
	css: [
	      '.sIFR-root { background-color: #FFFFFF; color: #ee3124; }',
	      '.sIFR-flash { margin-top:5px; }',
	      ,'a { text-decoration: underline; color: #EE3424; }'
	      ,'a:link, a:visited { color: #EE3424; }'
	      ,'a:hover { text-decoration: none; color: #EE3424; cursor: hover; }'
	      ],
	wmode: 'transparent'
});

sIFR.replace(helveticaneue, {
	selector: 'h1, h2, h3, h4, h5',
	css: [
	      '.sIFR-root { background-color: #FFFFFF; color: #ee3124; }',
	      '.sIFR-flash { margin-top:5px;}'
	      ,'a { text-decoration: none; color: #EE3424; cursor: pointer;}'
	      ,'a:link, a:visited { color: #EE3424;  cursor: pointer;}'
	      ,'a:hover { text-decoration: underline; color: #EE3424;  cursor: pointer;}'
	      ],
	wmode: 'transparent'
});