var helveticabold = { src: '/flash/sifr.swf' };

sIFR.activate(helveticabold);

sIFR.replace(helveticabold, {
selector: '#internalheader h1'
      , css: [
                '.sIFR-root { color: #ffffff; font-weight: bold; text-transform: uppercase; }'
            ]
	,wmode: 'transparent'
	,antiAliasType : 'advanced'
	,selectable: false
});

sIFR.replace(helveticabold, {
selector: '.cattable h2'
      , css: [
                '.sIFR-root { color: #000000; font-weight: bold; text-transform: uppercase; font-style: italic; }'
                , 'a { text-decoration: none; }'
                , 'a:link { color: #000000; }'
                , 'a:hover { color: #666666; }'
            ]
	, wmode: 'transparent'
	, antiAliasType: 'advanced'
	, selectable: false
});

