var typeface = {
      src: '/sifr3/flash/fette.swf'
};
 
sIFR.activate(typeface);
 
sIFR.replace(typeface, {
      selector: '.Title',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#9f0000;}'
      ],
      
	  wmode: 'transparent'
});

//farm section replacements
sIFR.replace(typeface, {
      selector: '#farmTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#34B06C;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#farmerTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#38A93A;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#vetTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#43A224;}'
      ],
      
	  wmode: 'transparent'
});


sIFR.replace(typeface, {
      selector: '#gamekeeperTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#44A604;}'
      ],
      
	  wmode: 'transparent'
});


//village section replacements
sIFR.replace(typeface, {
      selector: '#villageTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#50A101;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#shopKeeperTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#51A301;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#thatcherTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#6B9F01;}'
      ],
      
	  wmode: 'transparent'
});

//woodland section replacements
sIFR.replace(typeface, {
      selector: '#woodlandTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#829E02;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#foresterTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#879501;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#beekeeperTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#929201;}'
      ],
      
	  wmode: 'transparent'
});


//estate section replacement
sIFR.replace(typeface, {
      selector: '#estateTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#9E8C10;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#managerTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#B88802;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#riverkeeperTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#C17E02;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#falconerTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#CB7A11;}'
      ],
      
	  wmode: 'transparent'
});

//teachers section replavements
sIFR.replace(typeface, {
      selector: '#teachersTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#DF6E02;}'
      ],
      
	  wmode: 'transparent'
});



sIFR.replace(typeface, {
      selector: '#curriculumTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#ed5109;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#activitiesTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#FC3E20;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#farmActivitiesTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#FC3E20;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#villageActivitiesTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#FC3E20;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#woodlandActivitiesTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#FC3E20;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#estateActivitiesTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#FC3E20;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#dayOutTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#F92839;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#linksTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#F51353;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#termsTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#14736D;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#termsTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#14736D;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#sitemapTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#14736D;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#contactTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#14736D;}'
      ],
      
	  wmode: 'transparent'
});

sIFR.replace(typeface, {
      selector: '#searchTitle',
	  
	  css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#14736D;}'
      ],
      
	  wmode: 'transparent'
});





