//<[CDATA[
		  
sIFR.fromLocal = true;
sIFR.delayCss = true;  
//sIFR.fitExactly = true;  
sIFR.activate(caslon);

// trigger the sifr title replacement whenever AJAX is used
function activateSIFR() {
	
	//alert("Titles are being replaced");
	
	//sIFR.debug.ratios({src:'flash/caslon.swf', selector:'h1'});
	sIFR.replace(caslon, {
		selector: 'h1',
		ratios: [10, 1.91, 12, 1.81, 15, 1.8, 18, 1.78, 26, 1.76, 29, 1.74, 32, 1.75, 38, 1.74, 39, 1.73, 42, 1.74, 55, 1.73, 56, 1.72, 58, 1.73, 88, 1.72, 89, 1.71, 90, 1.72, 91, 1.71, 93, 1.72, 96, 1.71, 97, 1.72, 103, 1.71, 104, 1.72, 1.71],
			css: [
				'.sIFR-root {color:#616765; font-size:28px; letter-spacing:-1; font-weight:normal; } strong {color:#005897; font-weight:bold;}',
				'a {color:#000000; text-decoration:none;}',
				'a:link {color:#FFFFFF; text-decoration:none;}',
				'a:hover {color:#FFFFFF; text-decoration:underline;}'
			],
			wmode: 'transparent',
			filters: {
				DropShadow: {
					distance: 2,
					color: '#000000',
					strength: .3,
					blurX: 5,
					blurY: 5,
					angle: 90
				}}
		});

}

	sIFR.replace(caslon, {
		selector: 'h2',
		ratios: [10, 1.91, 12, 1.81, 15, 1.8, 18, 1.78, 26, 1.76, 29, 1.74, 32, 1.75, 38, 1.74, 39, 1.73, 42, 1.74, 55, 1.73, 56, 1.72, 58, 1.73, 88, 1.72, 89, 1.71, 90, 1.72, 91, 1.71, 93, 1.72, 96, 1.71, 97, 1.72, 103, 1.71, 104, 1.72, 1.71],
			css: [
				'.sIFR-root {color:#616765; font-size:24px; letter-spacing:-1; font-weight:normal; } strong {color:#005897; font-weight:bold;}',
				'a {color:#000000; text-decoration:none;}',
				'a:link {color:#FFFFFF; text-decoration:none;}',
				'a:hover {color:#FFFFFF; text-decoration:underline;}'
			],
			wmode: 'transparent',
			filters: {
				DropShadow: {
					distance: 2,
					color: '#000000',
					strength: .3,
					blurX: 5,
					blurY: 5,
					angle: 90
				}}
		});

	sIFR.replace(caslon, {
		selector: 'h3',
		ratios: [10, 1.91, 12, 1.81, 15, 1.8, 18, 1.78, 26, 1.76, 29, 1.74, 32, 1.75, 38, 1.74, 39, 1.73, 42, 1.74, 55, 1.73, 56, 1.72, 58, 1.73, 88, 1.72, 89, 1.71, 90, 1.72, 91, 1.71, 93, 1.72, 96, 1.71, 97, 1.72, 103, 1.71, 104, 1.72, 1.71],
			css: [
				'.sIFR-root {color:#616765; font-size:20px; letter-spacing:-1; font-weight:normal; } strong {color:#005897; font-weight:bold;}',
				'a {color:#000000; text-decoration:none;}',
				'a:link {color:#FFFFFF; text-decoration:none;}',
				'a:hover {color:#FFFFFF; text-decoration:underline;}'
			],
			wmode: 'transparent',
			filters: {
				DropShadow: {
					distance: 2,
					color: '#000000',
					strength: .3,
					blurX: 5,
					blurY: 5,
					angle: 90
				}}
		});
		
	sIFR.replace(caslon, {
		selector: 'h4',
		ratios: [10, 1.91, 12, 1.81, 15, 1.8, 18, 1.78, 26, 1.76, 29, 1.74, 32, 1.75, 38, 1.74, 39, 1.73, 42, 1.74, 55, 1.73, 56, 1.72, 58, 1.73, 88, 1.72, 89, 1.71, 90, 1.72, 91, 1.71, 93, 1.72, 96, 1.71, 97, 1.72, 103, 1.71, 104, 1.72, 1.71],
			css: [
				'.sIFR-root {color:#616765; font-size:18px; letter-spacing:-1; font-weight:normal; } strong {color:#005897; font-weight:bold;}',
				'a {color:#000000; text-decoration:none;}',
				'a:link {color:#FFFFFF; text-decoration:none;}',
				'a:hover {color:#FFFFFF; text-decoration:underline;}'
			],
			wmode: 'transparent',
			filters: {
				DropShadow: {
					distance: 2,
					color: '#000000',
					strength: .3,
					blurX: 5,
					blurY: 5,
					angle: 90
				}}
		});
// trigger the sifr title replacement
activateSIFR();

//]]>