var font1 = {
	src: 'inc/sIFR/archer-bold-pro.swf'
}

var font2 = {
	src: 'inc/sIFR/archer-medium-pro.swf'
}

var font3 = {
	src: 'inc/sIFR/archer-bookital-pro.swf'
}

sIFR.activate(font1);
sIFR.activate(font2);
sIFR.activate(font3);

sIFR.replace(font1, {
	selector: 'h4.blueHeader',
	css: [
      '.sIFR-root {color: #4bbfbc; font-weight: normal; font-size: 23px;}'
      ,'a {color: #e11838;}'
      ,'a:link { color: #e11838; }'
      ,'a:hover {color: #e11838; }'
    ]
});

sIFR.replace(font2, {
	selector: 'h4.quote',
	css: '.sIFR-root {color: #e11838; font-weight: normal; font-size: 19px; leading : 5;}'
});

sIFR.replace(font2, {
	selector: 'h4.quote-one',
	css: '.sIFR-root {color: #b5be17; font-weight: normal; font-size: 19px; leading : 5;}'
});

sIFR.replace(font2, {
	selector: 'h4.quote-two',
	css: '.sIFR-root {color: #cc3ec4; font-weight: normal; font-size: 19px; leading : 5;}'
});

sIFR.replace(font2, {
	selector: 'h4.quote-three',
	css: '.sIFR-root {color: #ffa202; font-weight: normal; font-size: 19px; leading : 5;}'
});

sIFR.replace(font3, {
	selector: 'span.label',
	css: '.sIFR-root {color: #666666; font-weight: normal; font-size: 11px; text-align: right;}'
});
