  var vh95 = {
    src: 'flash/vh95.swf' };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(vh95);

  sIFR.replace(vh95, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #FFFFFF; font-size: 14px; leading: 17px; }' ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(vh95, {
    selector: 'h2'
    ,css: [
		'.sIFR-root { text-align: center; font-weight: normal; color: #999999; font-size:12px; font-style:italic; }' ]
	,wmode: 'transparent'

  });

  sIFR.replace(vh95, {
    selector: '.menuText'
    ,css: [
		'.sIFR-root { text-align: center; color: #FFFFFF; font-size:18px; cursor:pointer; }'
		,'a: { text-decoration: none; color:#FFFFFF}'
        ,'a:link { color: #FFFFFF;}'
        ,'a:hover { color: #CC0000;}'
		,'a:visited { color:#FFFFFF;}']
	,wmode: 'transparent'

  });
  
  
  sIFR.replace(vh95, {
    selector: 'h3'
    ,css: [
		'.sIFR-root { text-align: center; color: #625954; font-size:40px; padding:0px; }']
	,wmode: 'transparent'

  });
  
    sIFR.replace(vh95, {
    selector: '.pageHeader'
    ,css: [
		'.sIFR-root { text-align: left; color: #625954; font-size:34px; padding:0px; }']
	,wmode: 'transparent'
	, forceSingleLine: 'true'

  });