
var helvNB = { src: '/_inc/helveticaNeueBold.swf' };
var helvNL = { src: '/_inc/helveticaNeueLight.swf' };

sIFR.activate(helvNB);
sIFR.activate(helvNL); 

 /*sIFR.replace(helvNB, {
  selector: '#quicklinks li',
   	 css: [
       '.sIFR-root {  }'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #ffffff; }'
       ,'a:hover { color: #032e45; }'
     ] ,
 wmode:'transparent',preventWrap:true, tuneHeight:"0", tuneWidth:"5"  
}); */

 /* sIFR.replace(helvNB, {
  selector: '#welcome h2, #sub #content h2',
   	 css: [
       '.sIFR-root { color:#333333; font-weight: bold; }'
     ] ,
 wmode:'transparent' 
});    

 sIFR.replace(helvNL, {
  selector: '#welcome h3,#subsection h3',
   	 css: [
       '.sIFR-root { color:#4b4b4b; }'
     ] ,
 wmode:'transparent' 
}); */

 sIFR.replace(helvNL, {
  selector: '#subsection li.link',

   	 css: [
       '.sIFR-root { color:#06a3ca }'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #06a3ca; }'
       ,'a:hover { color: #4b4b4b; }'
     ] ,
 wmode:'transparent',tuneHeight:"-5", tuneWidth:"0"   
});

sIFR.replace(helvNL, {
  selector: '.wrap .more',

   	 css: [
       '.sIFR-root { color:#ffffff; cursor:pointer;}'
     ] ,
 wmode:'transparent',tuneHeight:"0", tuneWidth:"0"   
}); 

/*sIFR.replace(helvNL, {
  selector: '#sub-content h3, #sub-content h4',

   	 css: [
       '.sIFR-root { color:#ffffff;}'
     ] ,
 wmode:'transparent',tuneHeight:"-7", tuneWidth:"0"   
}); */

 sIFR.replace(helvNL, {
  selector: 'h3.subtitle, #sub #content #text h3.subtitle',
   	 css: [
       '.sIFR-root { color:#06a3ca; }'
	   ,'a { text-decoration: none; }'
       ,'a:link { color: #4b4b4b; }'
       ,'a:hover { color: #06a3ca; }'
     ] ,
 wmode:'transparent' 
});








     