var helvetica = { src: '/swfs/helvetica.swf' };

sIFR.activate(helvetica);
//sIFR.fitExactly = true;

sIFR.replace(helvetica, {
  selector: 'h3.blue',
	css: [
      '.sIFR-root { font-size:20px; color:#0674b4; font-weight: bold; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: 'span.blue',
	css: [
      '.sIFR-root { font-size:20px; color:#0674b4; font-weight: bold;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: 'h3.bluenews',
	css: [
      '.sIFR-root { font-size:15px; color:#0674b4; font-weight: bold; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: 'h3.bluesmall',
	css: [
      '.sIFR-root { font-size:18px; color:#0674b4; font-weight: bold; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: 'h3.bluesmaller',
	css: [
      '.sIFR-root { font-size:16px; color:#0674b4; font-weight: bold; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: 'h3.green',
	css: [
      '.sIFR-root { font-size:18px; color:#77b74c; font-weight: bold; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: '.toplevel',
	css: [
      '.sIFR-root { font-size:13px; color:#a9a9a9;  }'
	  ,'a{color: #a9a9a9; text-decoration:none;}'
	  ,'a:link{color: #a9a9a9; text-decoration:none;}'
	  ,'a:visited{color: #a9a9a9; text-decoration:none;}'
	  ,'a:hover{color: #6cb33d; text-decoration:none;}'
	  ,'a:active{color: #6cb33d; text-decoration:none;}'
      ]
  ,wmode: 'transparent'
  ,tuneHeight: -5 
});

sIFR.replace(helvetica, {
  selector: '.toplevel-selected',
	css: [
      '.sIFR-root { font-size:13px; color:#6cb33d;   min-width:160px; }'
	  ,'a{color: #6cb33d; text-decoration:none;}'
	  ,'a:link{color: #6cb33d; text-decoration:none;}'
	  ,'a:visited{color: #6cb33d; text-decoration:none;}'
	  ,'a:hover{color: #6cb33d; text-decoration:none;}'
	  ,'a:active{color: #6cb33d; text-decoration:none;}'
      ]
  ,wmode: 'transparent'
  ,tuneHeight: -5 
});

