var berlin = { src: '/System/sifr/fonts/berlin.swf' };

sIFR.activate(berlin);

sIFR.replace(berlin, {
  selector: '.teach-list .brief h2',
  ratio: [6,1.41,9,1.35,15,1.29,21,1.25,23,1.22,28,1.23,34,1.22,41,1.21,53,1.2,54,1.19,58,1.2,96,1.19,98,1.18,100,1.19,104,1.18,105,1.19,109,1.18,110,1.19,1.18],
  css: [
		'.sIFR-root { color: #ac3b7b; font-size: 20px; line-height: 10px }',
		'a { color: #ac3b7b; text-decoration: none; }',
		'a:hover { color: #6a1143; text-decoration: none; }'
		],
  wmode: 'transparent'
});
sIFR.replace(berlin, {
  selector: '#column h2',
  ratio: [6,1.41,9,1.35,15,1.29,21,1.25,23,1.22,28,1.23,34,1.22,41,1.21,53,1.2,54,1.19,58,1.2,96,1.19,98,1.18,100,1.19,104,1.18,105,1.19,109,1.18,110,1.19,1.18],
  css: [
		'.sIFR-root { color: #ffffff; font-size: 22px; line-height: 10px }'
		],
  wmode: 'transparent',
  tuneHeight: -7
});

sIFR.replace(berlin, {
  selector: 'h2',
  ratio: [6,1.41,9,1.35,15,1.29,21,1.25,23,1.22,28,1.23,34,1.22,41,1.21,53,1.2,54,1.19,58,1.2,96,1.19,98,1.18,100,1.19,104,1.18,105,1.19,109,1.18,110,1.19,1.18],
  css: [
		'.sIFR-root { color: #ac3b7b; font-size: 22px; line-height: 10px }',
		'a { color: #ac3b7b; text-decoration: none; }',
		'a:hover { color: #6a1143; text-decoration: none; }'
		],
  wmode: 'transparent',
  tuneHeight: -7
});

sIFR.replace(berlin, {
  selector: 'h1',
  ratio: [6,1.41,9,1.35,15,1.29,21,1.25,23,1.22,28,1.23,34,1.22,41,1.21,53,1.2,54,1.19,58,1.2,96,1.19,98,1.18,100,1.19,104,1.18,105,1.19,109,1.18,110,1.19,1.18],
  css: [
		'.sIFR-root { color: #ac3b7b; font-size: 28px; line-height: 10px }',
		'a { color: #ac3b7b; text-decoration: none; }',
		'a:hover { color: #6a1143; text-decoration: none; }'
		],
  wmode: 'transparent'
});