var blur = {
  src: 'sIFR/blur.swf'
};

var helveticaneue = {
  src: 'sIFR/helveticaneue.swf'
};

sIFR.activate(blur, helveticaneue);

sIFR.replace(helveticaneue, {
      selector: 'h1.content',
      wmode: 'transparent',
	  css: [
      '.sIFR-root { font-size:20px; line-height: 10px; margin-bottom: 30px; font-weight:normal; color:#e3edf9; }'
      ]
	  
});

sIFR.replace(helveticaneue, {
      selector: 'h1',
      wmode: 'transparent',
	  css: [
      '.sIFR-root { font-size:22px; line-height: 10px; font-weight:normal; color:#FFFFFF; }'
      ]
	  
});


sIFR.replace(helveticaneue, {
      selector: 'h3',
      wmode: 'transparent',
	  css: [
      '.sIFR-root { font-size:11px; line-height: 10px; margin-bottom: 0px; font-weight:bold; color:#000000; }'
	    ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #FF6600; text-decoration:underline; }'
      ]
	  
});


sIFR.replace(helveticaneue, {
      selector: 'h2',
      wmode: 'transparent',
	  css: [
      '.sIFR-root { font-size:14px; line-height: 10px; font-weight:normal; color:#FFFFFF; }'
     ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; text-decoration: underline; }'

      ]
	  
});




 

