
//<[CDATA[
var font = {
    src: '/swf/font.swf'
  };
 var font2 = {
    src: '/swf/font2.swf'
  };
  
  sIFR.domains = ['*'];
  sIFR.useStyleCheck = true;
  sIFR.activate(font, font2);

  sIFR.replace(font, {
    selector: '.sifr'
    ,css: ['.sIFR-root {color:#ffffff; text-decoration:none;}','a { text-decoration: none; }','a:link { color: #ffffff; }','a:hover { color:#ffffff; }']
	,wmode: 'transparent'
  });
  
  sIFR.replace(font, {
    selector: '.nav'
    ,css: ['.sIFR-root {color:#666666; font-size:11px; text-decoration:none;}','a { text-decoration: none; }','a:link { color: #666666; }','a:hover { color:#b2bc00; }','a:visited{ color: #005633; }']
	,wmode: 'transparent'
  });
  
   sIFR.replace(font, {
    selector: 'div.title'
	,css: ['.sIFR-root {color:#333333; text-decoration:none;}','a { text-decoration: none; }','a:link { color: #333333; }','a:hover { color:#b5bf00; }']
	,wmode: 'transparent'
  });
   
   sIFR.replace(font, {
    selector: '.sifr_list'
    ,css: ['.sIFR-root {color:#333333; text-decoration:none;}','a { text-decoration: none; }','a:link { color: #333333; }','a:hover { color:#b5bf00; }']
	,wmode: 'transparent'
  });
   
   sIFR.replace(font2, {
    selector: '.text_s'
    ,css: ['.sIFR-root {color:#999999; text-decoration:none;}']
	,wmode: 'transparent'
  });
   
   sIFR.replace(font2, {
    selector: '.strap'
    ,css: ['.sIFR-root {color:#005633; text-decoration:none;}']
	,wmode: 'transparent'
  });

   //]]>
