var archer_sb = {
      src: '/fonts/archer_sb.swf'
};
var archer_sbi = {
      src: '/fonts/archer_sbi.swf'
};
var archer_both = {
      src: '/fonts/archer_both.swf'
};
var helvetica_nlsc = {
      src: '/fonts/helvetica_nlsc.swf'
};
var dropcap_w = {
      src: '/fonts/dropcap.swf'
};
 
sIFR.activate(archer_sb);
sIFR.activate(archer_sbi);
sIFR.activate(archer_both);
sIFR.activate(helvetica_nlsc);
 
sIFR.replace(archer_both, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-family: Archer Semibold; font-size: 21px; font-weight: normal; color: #576066; line-height: 30px; letter-spacing: -1; leading: 10; }',
	  'strong { font-family: Archer Semibold Italic; color: #b8c750; font-weight: normal; }'
      ],
      wmode: 'transparent'
});  

sIFR.replace(archer_sb, {
      selector: '#page-subheader',
	  css: [
      '.sIFR-root { font-size: 21px; font-weight: normal; color: #576066; line-height: 30px; letter-spacing: -1; leading: 10; }'
      ],
      wmode: 'transparent'
});
 
sIFR.replace(helvetica_nlsc, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size: 20px; font-weight: normal; color: #8bac5c; }'
	  ,'strong { font-weight: normal; color: #8bac5c; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #8bac5c; }'
      ,'a:hover { color: #8bac5c; }'
      ],
      wmode: 'transparent'
});
 
sIFR.replace(helvetica_nlsc, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size: 20px; font-weight: normal; color: #8bac5c; background-color: #ffffff; }'
	  ,'strong { font-weight: normal; color: #8bac5c; }'
      ,'a { text-decoration: none; background-color: #ffffff; }'
      ,'a:link { color: #8bac5c; background-color: #ffffff; }'
	  ,'a:hover { color: #8bac5c; background-color: #e7eede; }'
      ],	 
      wmode: 'transparent',
	  tuneHeight: '-5'
});
 
sIFR.replace(helvetica_nlsc, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size: 20px; font-weight: normal; color: #8bac5c; background-color: #ffffff; }'
	  ,'strong { font-weight: normal; color: #8bac5c; }'
      ,'a { text-decoration: none; background-color: #ffffff; }'
      ,'a:link { color: #8bac5c; background-color: #ffffff; }'
	  ,'a:hover { color: #8bac5c; background-color: #e7eede; }'
      ],	 
      wmode: 'transparent',
	  tuneHeight: '-7'
});

sIFR.replace(archer_sbi, {
      selector: 'blockquote p',
	  css: [
      '.sIFR-root { font-size: 21px; font-weight: normal; color: #b8c750; line-height: 25px; letter-spacing: 0; leading: 0; text-align: center; }'
      ,'a { text-decoration: none; background-color: #ffffff; }'
      ,'a:link { color: #b8c750; background-color: #ffffff; }'
	  ,'a:hover { color: #b8c750; background-color: #ffffff; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(dropcap_w, {
      selector: 'span.dropcap_w',
	  css: [
      '.sIFR-root { font-size: 100px; font-weight: normal; color: #5c5d5f; line-height: 100px; letter-spacing: 0; leading: 0; }'
      ],
      wmode: 'transparent',
	  offsetTop: '-1'
});