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(".j10{font-size:10px; line-height:14px}")
	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(".j10{font-size:11px; line-height:15px}")
	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(".j10{font-size:11px; line-height:15px}")
	document.writeln(".b10{font-size:11px}")
	}
}
document.writeln("a:link{text-decoration:none}");
document.writeln("a:visited{text-decoration:none}");
document.writeln("a:active{text-decoration:none}");

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

