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

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

sIFR.useStyleCheck = true;
sIFR.activate(blur, helveticaneue);

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

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


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


sIFR.replace(blur, {
      selector: 'h3',
      wmode: 'transparent',
	  css: [
      '.sIFR-root { font-size:14px; line-height: 10px; font-weight:normal; color:#FF6600; }'
	  ,'a { text-decoration: underline; }'
      ,'a:link { color: #FF6600; }'
      ,'a:hover { color: #FF6600; text-decoration:underline; }'
		]
  
	
	  
});

 

