var FRUTIGER = { src: '/Resources/Sifr/Frutiger.swf' };
sIFR.activate(FRUTIGER);

var JOURNAL = { src: '/Resources/Sifr/journal.swf' };
sIFR.activate(JOURNAL);

$(sifrSwap);

function sifrSwap() {
	sIFR.replace(FRUTIGER, {
	  selector: '.SifrHeaderBlack'
	  , css: ['.sIFR-root { color:#000000; font-size:18px;}'
	  ,'a { color: #000000; font-size:18px; text-decoration:none;}'
	  ,'a:hover { color: #000000; text-decoration:underline;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(FRUTIGER, {
	  selector: '.SifrHeaderBlackItalic'
	  , css: ['.sIFR-root { color:#000000; font-size:18px; font-style: italic;}']
	  , wmode: 'transparent'
	});
	sIFR.replace(FRUTIGER, {
	  selector: '.SifrLandingHeader'
	  , css: ['.sIFR-root { color:#000000; font-size:24px; font-style: italic;}']
	  , wmode: 'transparent'
	});
	sIFR.replace(FRUTIGER, {
	  selector: '.SifrLinkBlue'
	  , css: ['.sIFR-root { color:#2270c1; font-size:12px; }'
	  //,'a { color: #2270c1; font-size:12px; text-decoration:none; margin-left:10px; leading: -6; font-style: italic;}'
	  ,'a { color: #2270c1; font-size:12px; text-decoration:none; margin-left:10px; font-style: italic;}'
	  ,'a:hover { color: #000000;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(FRUTIGER, {
	  selector: '.SifrLinkBlack'
	  , css: ['.sIFR-root { color:#000000; font-size:12px; }'
	  //,'a { color: #000000; font-size:12px; text-decoration:none; margin-left:10px; leading: -6; font-style: italic;}'
	  ,'a { color: #000000; font-size:12px; text-decoration:none; margin-left:10px; font-style: italic;}'
	  ,'a:hover { color: #000000;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(FRUTIGER, {
	  selector: '.SifrLinkFeature'
	  , css: ['.sIFR-root { color:#2270c1; font-size:12px; }'
	  ,'a { color: #2270c1; font-size:12px; text-decoration:none; leading: -6;}'
	  ,'a:hover { color: #000000;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(FRUTIGER, {
	  selector: '.SifrTextBlue'
	  , css: ['.sIFR-root { color:#2270c1; font-size:12px;}']
	  , wmode: 'transparent'
	});
	sIFR.replace(JOURNAL, {
	  selector: '.SifrFlexTitle'
	  , css: ['.sIFR-root { color:#000000; font-size:30px;}']
	  , wmode: 'transparent'
	});
	sIFR.replace(JOURNAL, {
	  selector: '.SifrFlexSideTitle'
	  , css: ['.sIFR-root { color:#000000; font-size:22px;}'
	  ,'a { color: #000000; font-size:22px; text-decoration:none;}'
	  ,'a:hover { color: #000000;}'
	  ]
	  , wmode: 'transparent'
	});
	sIFR.replace(JOURNAL, {
	  selector: '.SifrRoundedBoxHeadline'
	  , css: ['.sIFR-root { color:#000000; font-size:30px; margin-left:3}']
	  , wmode: 'transparent'
	});
	sIFR.replace(JOURNAL, {
	  selector: '.SifrHeadline'
	  , css: ['.sIFR-root { color:#000000; font-size:28px;}']
	  , wmode: 'transparent'
	});
	
}