var vistasans = {
  src: 'http://gatortesting.net/sifrfont/vistasans2.swf'
};
var lucidagrande = {
  src: 'http://gatortesting.net/sifrfont/lucidagrande.swf'
};
var lucidagrandebold = {
  src: 'http://gatortesting.net/sifrfont/lucidagrandebold.swf'
};

sIFR.activate(vistasans, lucidagrande, lucidagrandebold);

sIFR.replace(vistasans, {
  selector: 'div#left_column h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:18px; color: #FFFFFF; font-weight: normal; text-align:left; background-color: #000000;}'
      ,'.red { color: #ff3300; font-weight:normal;display:inline; }'
    ]
  });

sIFR.replace(lucidagrande, {
  selector: 'div#left_column ul li'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:11px; color: #FFFFFF; font-weight: normal; text-align:left; background-color: #000000;}'
      ,'.red { color: #ff3300; font-weight:normal;display:inline; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #FFFFFF }'
      ,'a:hover { color: #FF3300 }'
    ]
  });

// sIFR.replace(lucidagrande, {
//   selector: 'div#right_column p'
// 	,wmode: 'transparent'
//     ,css: [
//       '.sIFR-root {font-size:11px; color: #FFFFFF; font-weight: normal; text-align:left; background-color: #000000;}'
//       ,'.red { color: #ff3300; font-weight:normal;display:inline; }'
//       ,'a { text-decoration: none }'
//       ,'a:link { color: #FF3300 }'
//       ,'a:hover { color: #FF3300; text-decoration: underline; }'
//     ]
//   });

sIFR.replace(lucidagrandebold, {
  selector: 'div#right_column h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:26px; color: #FF3300; font-weight: bold; letter-spacing: -1; text-align:left; background-color: #000000;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #FFFFFF }'
      ,'a:hover { color: #FF3300 }'
	  ,'.white { color: #FFFFFF }'
    ]
  });
