var univers45 = {
  src: 'fonts/univers45.swf'
};
sIFR.activate(univers45);


sIFR.replace(univers45, {  
			 selector: 'h2',
			   css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#FFFFFF; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#999999; }',
	  'a { text-decoration: none; }',
      'a:link { color: #666666; }',
      'a:hover { color: #CCCCCC; }',
	  ],
      wmode: 'transparent'

			 
			 });

sIFR.replace(univers45, {  
			 selector: 'h3',
			   css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#E4E4E4; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#FFFFFF; }',
	  'a { text-decoration: none; }',
      'a:link { color: #666666; }',
      'a:hover { color: #ff8800; }',
	  ],
      wmode: 'transparent'
	 });


sIFR.replace(univers45, {  
			 selector: 'homeCopy',
			   css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#E4E4E4; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#FFFFFF; }',
	  'a { text-decoration: none; }',
      'a:link { color: #666666; }',
      'a:hover { color: #ff8800; }',
	  ],
      wmode: 'transparent'
	 });



//sIFR.debug.ratios(univers45, {  selector: 'h2' });