    //<[CDATA[
  
 var quicktype = {
    src: 'quicktype.swf'
  };
  
sIFR.activate(quicktype);
  
    sIFR.replace(quicktype, {
    selector: '.cont_col_1 h2, .cont_col_full h2, .title h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #ffffff;}'
	  ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(quicktype, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #000000;}'
	  ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #000000 }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(quicktype, {
    selector: 'h2, h2.home'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #2d5c83;}'
	  ,'a { text-decoration: none }'
      ,'a:link { color: #2d5c83 }'
      ,'a:hover { color: #2d5c83 }'
    ]
	,wmode: 'transparent'
  });
 
 sIFR.replace(quicktype, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #af0f11; letter-spacing:-2;}'
    ]
	,wmode: 'transparent'
  });
   
 
  //]]>
