var font = {
     
  src: 'chevinFont.swf'
  
};

  
   sIFR.activate(font);

	sIFR.replace(font, {
		fitexactly: true,
	  	selector: 'h1.header, h1.inTextheader',
		css: ['.sIFR-root {color: #8C8C8C; font-weight: bold}',
  			'a { text-decoration: none; }',
  			'a:link { color: #8C8C8C }',
    		'a:hover { color: #8C8C8C; text-decoration: underline; }'],
		wmode: 'transparent'
	});
	
	sIFR.replace(font, {
		fitexactly: true,
	  	selector: 'h2.mondTitle, h2.newsTitle, h2.lessonTitle, h2.teacherTitle',
		css: ['.sIFR-root {color: #514595; font-weight: bold}',
  			'a { text-decoration: none; }',
  			'a:link { color: #514595 }',
    		'a:hover { color: #514595; text-decoration: underline; }'],
		wmode: 'transparent'
	});
	
	sIFR.replace(font, {
		fitexactly: true,
	  	selector: '#tagLine h2',
		css: {'.sIFR-root': {'color': '#ffffff', 'font-weight': 'bold'}},
		wmode: 'transparent'
	});
	
	sIFR.replace(font, {
		fitexactly: true,
	  	selector: 'h2.title',
		css: {'.sIFR-root': {'color': '#322482', 'font-weight': 'bold'}},
		wmode: 'transparent'
	});
	
	sIFR.replace(font, {
		fitexactly: true,
	  	selector: '#blockTitle h1, #blockTitleTeacher h1',
		css: ['.sIFR-root {color: #636363; font-weight: bold}',
  			'a { text-decoration: none; }',
  			'a:link { color: #636363; }',
    		'a:hover { color: #636363; }'],
		wmode: 'transparent'
	});
