
var neutBook = { src: '/_flash/neutBook.swf' };
var neutBold = { src: '/_flash/neutBold.swf' }; 
var neutTitling = { src: '/_flash/neutTitling.swf' }; 

sIFR.activate(neutBook);
sIFR.activate(neutBold);
sIFR.activate(neutTitling); 

 /*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(neutTitling, {
  selector: '#welcome h2, #sub #content h2',
   	 css: [
       '.sIFR-root {font-size:1.8em; color:#4b607c;}'
     ] ,
 wmode:'transparent' 
});    

 sIFR.replace(neutBook, {
  selector: '#welcome h3',
   	 css: [
       '.sIFR-root { color:#7d7d7d; }'
     ] ,
 wmode:'transparent' 
});  



sIFR.replace(neutTitling, {
  selector: '#subsection h3',

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

 sIFR.replace(neutBook, {
  selector: '#text #about h3,#text #events h3',

   	 css: [
       '.sIFR-root { color:#7c704b }'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #333333; }'
       ,'a:hover { color: #be0815; }'
     ] ,
 wmode:'transparent',tuneHeight:"-5", tuneWidth:"0"   
});  

/*sIFR.replace(neutBook, {
  selector: '.wrap .more',

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

sIFR.replace(neutBold, {
  selector: '#sub-content h3, #sub-content h4',

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

 sIFR.replace(neutBook, {
  selector: '#content  h3.subtitle, #sub #content #text h3.subtitle',
   	 css: [
       '.sIFR-root { color:#7c704b; font-size:2.2em; }'
	   ,'a { text-decoration: none; }'
       ,'a:link { color: #333333; }'
       ,'a:hover { color: #be0815; }'
     ] ,
 wmode:'transparent' 
});








     
