var FontName = {src: 'flash/aeroportal.swf'};

sIFR.activate(FontName);

sIFR.replace(FontName, {
      selector: 'h1.white',
	  css: [
        '.sIFR-root {font-size:19px; text-align: left; font-weight:normal; color:#FFFFFF; margin:0; padding:0;}',	
		'a { text-decoration: none;}',
		'a:link { color:#FFFFFF; }',
		'a:hover { color:#B5DC10; }'
      ],
	  fitExactly :true,	  
	  wmode: 'transparent'
});

sIFR.replace(FontName, {
      selector: 'h1.small',
	  css: [
        '.sIFR-root {font-size:26px; text-align: left; font-weight:normal; color:#003E5B; margin:0; padding:0;}',	
		'a { text-decoration: none;}',
		'a:link { color:#52009B; }',
		'a:hover { color:#B5DC10; }'
      ],
	  fitExactly :true,
	  wmode: 'transparent',
	  fitExactly :true ,
	  offsetTop: '2'
});

sIFR.replace(FontName, {
      selector: 'h1',
	  css: [
        '.sIFR-root {font-size:42px; text-align: left; font-weight:normal; color:#003E5B; margin:0; padding:0 20px 0 0; letter-spacing: 4; leading: -10 }',	
		'a { text-decoration: none;}',
		'a:link { color:#000000; }',
		'a:hover { color:#B5DC10; }'
      ],
	  fitExactly :true,	  
	  wmode: 'transparent',
	  tuneHeight: '-5',
	  offsetTop: '-1'	  
});

sIFR.replace(FontName, {
      selector: 'h2.title',
	  css: [
        '.sIFR-root {font-size:20px; text-align: right; font-weight:normal; color:#FFFFFF; margin:0; padding:0;}',	
		'a { text-decoration: none;}',
		'a:link { color:#52009B; }',
		'a:hover { color:#B5DC10; }',
		'.mt {color:#012132;}'
      ],
	  fitExactly :true,
	  wmode: 'transparent',
	  fitExactly :true ,
	  offsetTop: '7'
});

sIFR.replace(FontName, {
      selector: 'a.contact',
	  css: [
        '.sIFR-root {font-size:20px; text-align: left; font-weight:normal; color:#FFFFFF; margin:5px 0; padding:0;}',	
		'a { text-decoration: none;}',
		'a:link { color:#52009B; }',
		'a:hover { color:#B5DC10; }',
		'.tel {font-size:24px; color:#6DBDE3;}'	
      ],
	  fitExactly :true,
	  wmode: 'transparent',
	  fitExactly :true ,
	  offsetTop: '7'
});


