//<![CDATA[
//sIFR.debug.ratios({ src: '/files/flash/calibri.swf', selector: 'p' });
var liberation = {
    src: '/files/flash/liberation_sans.swf'
    ,ratios: [8, 1.3, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
  };
var calibri = {
    src: '/files/flash/calibri.swf'
    ,ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 50, 1.25, 79, 1.24, 81, 1.23, 85, 1.24, 86, 1.23, 87, 1.24, 90, 1.23, 91, 1.24, 1.23]
  };
	
  sIFR.activate(liberation);
	sIFR.activate(calibri);
  sIFR.replace(liberation, {
    selector: 'span.title_1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size:22px; color: #fd9607;}'

    ]
		,offsetTop: 4
	,tuneHeight: -2
  });
	
	sIFR.replace(liberation, {
    selector: 'span.title_2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size:29px; color: #cb0303;}',
			'a { text-align: left; font-weight: bold; text-decoration:none; color: #cb0303;}',
			'a:hover { text-align: left; font-weight: bold; text-decoration:underline; color: #cb0303;}'

    ]
		,offsetTop: -5
	,tuneHeight: -10
  });
	
	sIFR.replace(calibri, {
    selector: '#featured_left p, .description p'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-size:15px; color: #2e2e2e;}'

    ]
		,offsetTop: -5
	,tuneHeight: -10
  });
 
   
   
 

//]]>