
		  var glypha = {
			src: './font/glypha.swf'
			
		  };
		
		  var grotesque = {
			src: './font/grotesque.swf'
			
		  };
		
		  sIFR.useStyleCheck = true;
		  sIFR.activate(glypha);
		  sIFR.activate(grotesque);
		
		
		  sIFR.replace(grotesque, {
		  	wmode: 'transparent',
			selector: 'h1',
			rations: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01],
			css: ['.sIFR-root { height: 50px;text-align: left; font-weight: 700;   font-size: 17px; display: block;background-color:#000; color: #d70b00;}']
		  });

		  sIFR.replace(glypha, {
		  	wmode: 'transparent',
			selector: 'span.category',
			ratios: [10, 1.13, 12, 1.04, 24, 1, 49, 0.96, 74, 0.94, 80, 0.93, 81, 0.94, 85, 0.93, 87, 0.94, 0.93],
			css: ['.sIFR-root { text-align: left; font-weight: 700;   font-size: 17px; display: block;background-color:#000; color: #000000;}']
				  });
		  
		  sIFR.replace(glypha, {
		  	wmode: 'transparent',
			selector: 'td.news_left',
			ratios: [10, 1.13, 12, 1.04, 24, 1, 49, 0.96, 74, 0.94, 80, 0.93, 81, 0.94, 85, 0.93, 87, 0.94, 0.93],
			css: ['.sIFR-root { text-align: left; font-weight: 700;  font-size: 14px; display: block;background-color:#d70b00;}']
		  });
		  
		  sIFR.replace(glypha, {
		  	wmode: 'transparent',
			ratios: [10, 1.13, 12, 1.04, 24, 1, 49, 0.96, 74, 0.94, 80, 0.93, 81, 0.94, 85, 0.93, 87, 0.94, 0.93],
			selector: 'h4',
			css: ['.sIFR-root { text-align: left; font-weight: 700;  font-size: 14px; display: block;color:#000000;background-color:#d70b00;}']
		  });
		  
		  sIFR.replace(glypha, {
		  	wmode: 'transparent',
			ratios: [10, 1.13, 12, 1.04, 24, 1, 49, 0.96, 74, 0.94, 80, 0.93, 81, 0.94, 85, 0.93, 87, 0.94, 0.93],
			selector: 'h2',
			css: ['.sIFR-root { text-align: left; font-weight: 700;  font-size: 23px; display: block;color:#000000;}']
		  });
		  
		  sIFR.replace(glypha, {
		  	wmode: 'transparent',
			ratios: [10, 1.13, 12, 1.04, 24, 1, 49, 0.96, 74, 0.94, 80, 0.93, 81, 0.94, 85, 0.93, 87, 0.94, 0.93],
			selector: 'div.right_body',
			css: ['.sIFR-root { text-align: left; font-weight: 700;  font-size: 12px; display: block;color:#ffffff;background-color:#d70b00;}']
		  });
		  
		  sIFR.replace(glypha, {
		  	wmode: 'transparent',
			ratios: [10, 1.13, 12, 1.04, 24, 1, 49, 0.96, 74, 0.94, 80, 0.93, 81, 0.94, 85, 0.93, 87, 0.94, 0.93],
			selector: 'th.index',
			css: ['.sIFR-root { text-align: left; font-weight: 700;  font-size: 13px; display: block;color:#000000;}']
		  });
		  

