var archerB = {
  src: 'http://www.glassons.com/themes/fonts/archer.swf'
};

sIFR.activate(archerB); // From revision 209 and onwards

var avantB = {
  src: 'http://www.glassons.com/themes/fonts/avantBol.swf'
};

//sIFR.activate(avantB); // From revision 209 and onwards





sIFR.replace(archerB, {
  selector: '#pageBody h2',
 forceWidth:true,
  css: [
		'.sIFR-root { font-size:28px; line-height:30px;color:#000000; letter-spacing:0; font-weight:bold; }',
		'a { color:#000000; text-decoration:none; }',
		'a:hover { color:#000000; text-decoration:underline; }',
		],
      wmode: 'transparent'
});


sIFR.replace(archerB, {
  selector: '#pageBody h3',
  css: [
		'.sIFR-root { font-size:18px;font-weight:bold; color:#000000;padding:0px;margin:0px; font-weight:bold;}',
		'a { color:#000000; text-decoration:none; }',
		'a:hover { color:#000000; text-decoration:underline; }',
		],
      wmode: 'transparent'
});

sIFR.replace(archerB, {
  selector: '#pageBody h4',
  css: [
		'.sIFR-root { font-size:18px;font-weight:bold; color:#000000;padding:0px;margin:0px; font-weight:bold;}',
		'a { color:#000000; text-decoration:none; }',
		'a:hover { color:#000000; text-decoration:underline; }',
		],
      wmode: 'transparent'
});

sIFR.replace(archerB, {
  selector: 'h4',
  css: [
		'.sIFR-root { font-size:15px; text-align:left; font-weight:normal; color:#000000;padding:0px;margin:0px; font-weight:bold;}',
		'a { color:#000000; text-decoration:none; display:block; }',
		'a:hover { color:#000000; text-decoration:underline; }',
		],
      wmode: 'transparent'
});


sIFR.replace(archerB, {
  selector: 'h5',
  css: [
		'.sIFR-root { font-size:14px; text-align:left; font-weight:normal; color:#000000;padding:0px;margin:0px; font-weight:bold;}',
		'a { color:#000000; text-decoration:none; display:block; }',
		'a:hover { color:#000000; text-decoration:underline; }',
		],
      wmode: 'transparent'
});

sIFR.replace(archerB, {
  selector: 'h6',
  css: [
		'.sIFR-root {font-size:18px; color:#000000; padding:0px;margin:0px; font-weight:bold;}',
		'a { color:#000000; text-decoration:none; display:block; }',
		'a:hover { color:#000000; text-decoration:underline; }',
		],
      wmode: 'transparent'
});

sIFR.replace(archerB, {
  selector: '#prRelatedExpanded h6',
  css: [
		'.sIFR-root { font-size:11px; color:#000000;padding:0px;margin:0px; font-weight:bold;}',
		'a { color:#000000; text-decoration:none; }',
		'a:hover { color:#000000; text-decoration:underline; }',
		],
      wmode: 'transparent'
});



sIFR.replace(archerB, {
  selector: '#pageBody h4',
  css: [
		'.sIFR-root { font-size:16px; color:#555555;padding:0px;margin:0px;letter-spacing:0;letter-spacing:0.3; font-weight:bold;}',
		'a { color:#555555; text-decoration:none; display:block; }',
		'a:hover { color:#555555; text-decoration:underline; }',
		],
      wmode: 'transparent'
});


