// sIFR "stylesheet" for this site
if( typeof(sIFR) == "function" ) {

if (   typeof(MM_COLOR_SET) == 'undefined'
	|| typeof(header_color[MM_COLOR_SET]) == 'undefined' ) {
	MM_COLOR_SET='default';
}


sIFR.replaceElement(named({
	sSelector:"body h1",
	sFlashSrc:"/scripts/helvetica_light.swf",
	// header_color is a one-time object we set up in functions.js
	// This determines the color of the element as it's rendered in Flash,
	// apart from any stylesheet definition.
	// MM_COLOR_SET is set on some templates which have alternate colors
	sColor: header_color[MM_COLOR_SET],
	sLinkColor:"#000000",
	sBgColor:"#FFFFFF",
	sHoverColor:"#CCCCCC",
	nPaddingTop:0,
	nPaddingBottom:0,
	sCase: 'lower',
	sFlashVars:"textalign=left&offsetTop=-6"}));



sIFR.replaceElement(named({
	sSelector:"body h2",
	sFlashSrc:"/scripts/helvetica_light_leading.swf",
	sColor: header_color[MM_COLOR_SET],
	sLinkColor:"#000000",
	sBgColor:"#FFFFFF",
	sHoverColor:"#CCCCCC",
	sCase: 'lower',

	// original settings
	//nPaddingTop:0,
	//nPaddingBottom:0,
	//sFlashVars:"textalign=left&offsetTop=-6"

	// new settings
	nPaddingTop:0,
	nPaddingBottom:0,
	sFlashVars:"textalign=left&offsetTop=-2"
	}));


};


