document.writeln("<STYLE TYPE='text/css'><!--")


if(navigator.appVersion.indexOf("Mac") > 1)
	{
	// mac
	document.writeln(".b2{font-Size:2px}")
	document.writeln(".e9{font-size:9px; line-height:15px}")
	document.writeln(".j9{font-size:9px}")
	document.writeln("body{font-size:11px; line-height:140%}")
	document.writeln(".b10{font-size:10px}")
	
}


else{
	if(navigator.appName.charAt(0) == "M")
	{

	// win_ie
	document.writeln(".b2{font-Size:2px}")
	document.writeln(".e9{font-size:9px; line-height:15px}")
	document.writeln(".j9{font-size:9px}")
	document.writeln("body{font-size:11px; line-height:140%}")
	document.writeln(".b10{font-size:10px}")
	}

	else
	{
	// win_nn
	document.writeln(".b2{font-Size:2px}")
	document.writeln(".e9{font-size:10px; line-height:15px}")
	document.writeln(".j9{font-size:10px}")
	document.writeln("body{font-size:11px; line-height:140%}")
	document.writeln(".b10{font-size:11px}")
	}
    }

document.writeln("--></STYLE>");	
