

var helveticaneue = {
    src: strWwwRoot+'swf/helveticaneue.swf',
    ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18]
};

sIFR.activate(helveticaneue);



//sIFR.debug.ratios({ src: './swf/helveticaneue.swf', selector: 'h1' });

sIFR.replace(helveticaneue, {
wmode: 'transparent',
  selector: '#columnsRight h1, .contentFoxhound h1, #pageTitle h1, h1.sifr, h2.sifr'
	,css: [
		'.sIFR-root { text-align: left; font-weight: normal; color: #ce008d; padding: 0px; margin: 0px; }'
		,'em { font-weight: bold; font-style: italic; }'
    ]
});

sIFR.replace(helveticaneue, {
wmode: 'transparent',
	selector: '.boxBottom h1, .portfolioDropdownBox h2'
      ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #ffffff; }'
      ,'em { font-weight: bold; font-style: italic; }'
      ,'a { text-align: left; font-weight: normal; text-decoration: none; color: #ffffff; }'
		,'a:hover { color: #c6c6c6; }'
    ]
});

sIFR.replace(helveticaneue, {
wmode: '',
	selector: '.portfolioNav'
	,css: [
		'.sIFR-root { text-align: left; font-weight: normal; color: #696868; font-size: 16px; background-color: #000000;}'
		,'em { font-weight: bold; font-style: italic; }'
		,'a { text-align: left; font-weight: normal; text-decoration: none; color: #696868;  }'
		,'a:hover { color: #c6c6c6; background-color: #000000; }'
	]
});

sIFR.replace(helveticaneue, {
wmode: '',
	selector: '.portfolioNavSelected'
	,css: [
		'.sIFR-root { text-align: left; font-weight: normal; color: #696868; font-size: 16px; background-color: #000000; }'
		,'em { font-weight: bold; font-style: italic; }'
		,'a { text-align: left; font-weight: normal; text-decoration: none; color: #ffffff; }'
		,'a:hover { color: #c6c6c6; }'
	]
});










