var simplesans = {
	src: 'simplesansbold.swf'
};

sIFR.activate(simplesans);

sIFR.replace(simplesans, {
	selector: '#tagline h1',
	wmode: 'transparent',
     css: {
      '.sIFR-root' : {'color': '#ffffff','font-weight':'bold'}
    }
});

sIFR.replace(simplesans, {
	selector: '#content h3',
	wmode: 'transparent',
    css: {
      '.sIFR-root' : {'color': '#ffffff'}
    }
});

sIFR.replace(simplesans, {
	selector: '#content h4',
	wmode: 'transparent',
    css: {
      '.sIFR-root' : {'color': '#2f522f','text-transform':'uppercase'}
    }
});
sIFR.replace(simplesans, {
	selector: '#content h6',
	wmode: 'transparent',
    css: {
      '.sIFR-root' : {'color': '#2f522f'}
    }
});

sIFR.replace(simplesans, {
	selector: '#content h1',
	wmode: 'transparent',
    css: {
      '.sIFR-root' : {'color': '#625e46','font-weight':'bold'}
    }
});

sIFR.replace(simplesans, {
	selector: '#content h2',
	wmode: 'transparent',
    css: {
      '.sIFR-root' : {'color': '#111111'},
      'a': { 'color': '#837d5d', 'text-decoration': 'underline'},
      'a:hover': { 'color': '#625e46', 'text-decoration': 'none'}  
    }
});

sIFR.replace(simplesans, {
	selector: '#content h5',
	wmode: 'transparent',
    css: {
      '.sIFR-root' : {'color': '#2f522f'}
    }
});

