//<[CDATA[



  var agency = {
    src: 'http://newlygreens.com/_content/_images/font_agency.swf'
    ,ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18]
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(agency);

  sIFR.replace(agency, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { color: #68691c; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #68691c; }'
      ,'a:hover { color: #990000 }'
	]
	,transparent: true 
}); 

  sIFR.replace(agency, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { color: #68691c; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #68691c; }'
      ,'a:hover { color: #990000; }'
 	]
	,transparent: true 
}); 

sIFR.replace(agency,
	{ selector: 'h2.pagetitle'
    ,css: [
      '.sIFR-root { color: #a34308; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #a34308; }'
      ,'a:hover { color: #990000; }'
	]
	,transparent: true 
}); 

sIFR.replace(agency,
	{ selector: 'h2.widgettitle'
    ,css: [
      '.sIFR-root { color: #333300; text-align: left; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333300; }'
      ,'a:hover { color: #990000; }'
	]
	,transparent: true 
}); 

  sIFR.replace(agency, {
    selector: 'h2.title_sub'
    ,css: [
      '.sIFR-root { color: #333300; text-align: left; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333300; }'
      ,'a:hover { color: #990000; }'
	]
	,transparent: true 
}); 

  sIFR.replace(agency, {
    selector: 'h2.arch'
    ,css: [
      '.sIFR-root { color: #a34308; text-align: left; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #a34308; }'
      ,'a:hover { color: #990000; }'
	]
	,transparent: true 
}); 
  sIFR.replace(agency, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { color: #68691c; text-align: left; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #68691c; }'
      ,'a:hover { color: #990000; }'
	]
	,transparent: true 
}); 

  sIFR.replace(agency, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { color: #68691c; text-align: left; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #68691c; }'
      ,'a:hover { color: #990000; }'
	]
	,transparent: true 
}); 

  sIFR.replace(agency, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { color: #333300; text-align: left; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333300; }'
      ,'a:hover { color: #990000; }'
	]
	,transparent: true 
}); 

  sIFR.replace(agency, {
    selector: 'h6'
    ,css: [
      '.sIFR-root { color: #68691c; text-align: left; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333300; }'
      ,'a:hover { color: #990000; }'
	]
	,transparent: true 
}); 


  //]]>