document.write("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > 1){
	if(navigator.appName.charAt(0) == "M"){
	// MACINTOSH IE
	document.write(".v2{font-Size:2px}");
	document.write(".v9{font-Size:9px}");
	document.write(".v10{font-size:10px}");
	document.write(".a9{font-Size:9px}");
	document.write(".a10{font-size:10px}");
	document.write(".j9{font-size:9px; line-height:14px}");
	document.write(".j10,td{font-Size:10px; line-height:14px}");
	}
	else{
	// MACINTOSH NN
	document.write(".v2{font-Size:2px}");
	document.writeln(".v9{font-Size:9px}");
	document.writeln(".v10{font-size:10px}");
	document.writeln(".a9{font-Size:9px}");
	document.writeln(".a10{font-size:10px}");
	document.writeln(".j9{font-size:9px; line-height:14px}");
	document.writeln(".j10{font-Size:10px;line-height:14px}");
	}

}
else{
	if(navigator.appName.charAt(0) == "M" || document.getElementById ){
	// WIN IE
	document.write(".v2{font-Size:2px}");
	document.write(".v9{font-Size:9px}");
	document.write(".v10{font-size:10px}");
	document.write(".a9{font-Size:9px}");
	document.write(".a10{font-size:10px}");
	document.write(".j9{font-size:10px; line-height:15px}");
	document.write(".j10,td{font-Size:11px; line-height:15px}");
	}
	else{
	// WIN NN
	document.write(".v2{font-Size:2px}");
	document.write(".v9{font-Size:10px}");
	document.write(".v10{font-size:11px}");
	document.write(".a9{font-Size:10px}");
	document.write(".a10{font-size:11px}");
	document.write(".j9{font-size:10px; line-height:15px}");
	document.write(".j10{font-Size:11px; line-height:15px}");
	}
}
document.write("--></STYLE>");
