sIFR.useStyleCheck = true;

var Lucida = { src: './fonts/LucidaSansUnicode3_419.swf' };
if ( !(/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)) ) //do not activate in firefox
//if ( !(/MSIE (\d+\.\d+);/.test(navigator.userAgent)) )
	sIFR.activate(Lucida);

sIFR.replace(Lucida, {  selector: '.MainLink', wmode: 'transparent', offsetTop: '5'
    ,css: [
      'a { text-decoration: none; }'
      ,'a:link { color: #292929;  }'
      ,'a:hover { color: #666666; }'
    ]
    });

sIFR.replace(Lucida, {  selector: '.NormalTextCaption', wmode: 'transparent', offsetTop: '4'
	,css: [
	  '.sIFR-root { font-size: 13px; font-weight: bold; }'
	]
	});
//line-height: 10em; 
	
sIFR.replace(Lucida, {  selector: '.NormalTextBig', wmode: 'transparent', offsetTop: '4'
	,css: [
	  '.sIFR-root { color: #000000; text-decoration: none; font-weight: bold; line-height: 10em;  font-size: 15px; }'
	]
	});
	
sIFR.replace(Lucida, {  selector: '.Chapter', wmode: 'transparent', offsetTop: '-4'
	,css: '.sIFR-root { font-weight: bold; color: #339933; font-size: 22px;  line-height: 10px; leading: -13.0; }'  
	});

sIFR.replace(Lucida, {  selector: '.SubChapter', wmode: 'transparent', offsetTop: '5', forceSingleLine: true
    ,css: [
      '.sIFR-root { color: #336600; font-size: 15px; leading: -2.0; }' 
      ,'a { text-decoration: none; font-weight: bold; leading: -3.0; }'
      ,'a:link { color: #000000;  }'
      ,'a:hover { text-decoration: underline; color: #555555;  }'
    ]
    });
//line-height: 10em;


