var univers = { src: '/swfs/univers.swf' };
var helvetica = { src: '/swfs/helvetica.swf' };
var arial = { src: '/swfs/arial.swf' };
var eidetic = {src: '/swfs/eidetic.swf'};
var whisper = {src: '/swfs/whisper.swf'};

sIFR.activate(univers,helvetica,arial,eidetic,whisper);

sIFR.replace(univers, {
  selector: '.adminContent h1',
	css: [
      '.sIFR-root { font-size:22px; color:#615F5A; font-weight: normal; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(univers, {
  selector: 'h3.univers',
	css: [
      '.sIFR-root { font-size:14px; color:#FFFFFF; font-weight: normal;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(univers, {
  selector: 'h4.univers',
	css: [
      '.sIFR-root { font-size:14px; color:#615F5A; font-weight: bold;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(univers, {
  selector: '.bigPink',
	css: [
      '.sIFR-root { font-size:15px; color:#E50278; font-weight: bold;}',
	  'a{color:#E50278; text-decoration: none;}',
	  'a:hover{color: #6F073E;}'
      ],
  wmode: 'transparent'
});

/*
sIFR.replace(eidetic, {
  selector: '#hd-span h1',
	css: [
      '.sIFR-root { font-size:32px; color:#FFFFFF; font-weight: normal; text-align: center; outline: none;}'
      ],
  wmode: 'transparent'
});
*/

sIFR.replace(eidetic, {
  selector: '#hd-span h1.title757575',
	css: [
      '.sIFR-root { font-size:32px; color:#757575; font-weight: normal; text-align: center; outline: none;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(eidetic, {
  selector: '#hd-span h1.titleFFFFFF',
	css: [
      '.sIFR-root { font-size:32px; color:#FFFFFF; font-weight: normal; text-align: center; outline: none;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(eidetic, {
  selector: '#hd-span h1.title670517',
	css: [
      '.sIFR-root { font-size:32px; color:#670517; font-weight: normal; text-align: center; outline: none;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(eidetic, {
  selector: '#hd-span h1.title202020',
	css: [
      '.sIFR-root { font-size:32px; color:#202020; font-weight: normal; text-align: center; outline: none;}'
      ],
  wmode: 'transparent'
});


sIFR.replace(whisper, {
  selector: '#welcomeContent h3.welcomeA8B03C',
	css: [
      '.sIFR-root { font-size:36px; color:#A8B03C; font-weight: normal; outline: none;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(whisper, {
  selector: '#welcomeContent h3.welcome202020',
	css: [
      '.sIFR-root { font-size:36px; color:#202020; font-weight: normal; outline: none;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(whisper, {
  selector: '#welcomeContent h3.welcome670517',
	css: [
      '.sIFR-root { font-size:36px; color:#670517; font-weight: normal; outline: none;}'
      ],
  wmode: 'transparent'
});

sIFR.replace(whisper, {
  selector: '#welcomeContent h3.welcomeeb97c0',
	css: [
      '.sIFR-root { font-size:36px; color:#eb97c0; font-weight: normal; outline: none;}'
      ],
  wmode: 'transparent'
});




