var bluehighway = {
  src: '/flash/global/font_bluehighway.swf'
};


sIFR.activate(bluehighway); // From revision 209 and onwards

sIFR.replace(bluehighway, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: {
	  '.sIFR-root': { 'color': '#ffffff', 'letter-spacing': 0, 'text-transform': 'uppercase', 'font-size': '70px', 'display': 'block' },
	  'em': { 'color': '#c0fffd', 'font-style': 'none' }
	  }
  ,selectable: 'false'
  ,tuneHeight: '0'
  ,offsetTop: '16'
  ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#000000'
        ,strength: 2
      }
    }
});

sIFR.replace(bluehighway, {
  selector: 'h2'
  ,wmode: 'transparent'
  ,css: {
	  '.sIFR-root': { 'color': '#ffffff', 'letter-spacing': 0, 'text-transform': 'uppercase', 'font-size': '39px' },
	  'em': { 'color': '#c0fffd', 'font-style': 'none' },
	  '.blue': { 'color': '#c0fffd' },
	  '.blue2': { 'color': '#d2e6ff' }
	  }
  ,selectable: false
  ,tuneHeight: '0'
  ,offsetTop: '-2'
  ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#000000'
        ,strength: 2
      }
    }
});

sIFR.replace(bluehighway, {
  selector: 'h4'
  ,wmode: 'transparent'
  ,css: {
	  '.sIFR-root': { 'color': '#ffffff', 'letter-spacing': 0, 'text-transform': 'uppercase', 'font-size': '59px' },
	  'em': { 'color': '#c0fffd', 'font-style': 'none' }
	  }
  ,selectable: false
  ,tuneHeight: '0'
  ,offsetTop: '0'
  ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#000000'
        ,strength: 2
      }
    }
});


sIFR.replace(bluehighway, {
  selector: 'commtitle'
  ,wmode: 'transparent'
  ,css: {
	  '.sIFR-root': { 'color': '#ffffff', 'letter-spacing': -1, 'text-transform': 'uppercase', 'font-size': '32px' },
	  'em': { 'color': '#c0fffd', 'font-style': 'none' },
	  '.blue': { 'color': '#c0fffd' },
	  '.blue2': { 'color': '#d2e6ff' },
	  '.navitem': { 'color': '#FFFFFF', 'font-size': '75%' },
	  '.racetitle': { 'color': '#c0fffd', 'font-size': '75%' }
	  }
  ,selectable: false
  ,tuneHeight: '-11'
  ,offsetTop: '-5'
  ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#000000'
        ,strength: 2
      }
    }
});


