
document.writeln("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	if(navigator.appName.charAt(0) == "M"){
		// MACINTOSH IE
		document.writeln(".normal17{font-size:10px; line-height:17px}")
		document.writeln(".normal{font-size:10px; line-height:12px}")
		document.writeln(".jnormal17{font-size:10px; line-height:17px}") // DEFAULT

	}
	else{
		// MACINTOSH NETSCAPE
		document.writeln(".normal17{font-size:10px; line-height:17px}")
		document.writeln(".normal{font-size:10px; line-height:13px}")
		document.writeln(".jnormal17{font-size:10px; line-height:17px}") // DEFAULT
		
		if ( navigator.appVersion.charAt(0) > 4){
			document.writeln(".fm{font-family:monospace; font-size:12px; height:16px; border-width:1px}")
		}	
	}
}
else{
	if(navigator.appName.charAt(0) == "M"){
		// WINDOWS IE
		document.writeln(".normal17{font-size:10px; line-height:17px}")
		document.writeln(".normal{font-size:10px; line-height:11px}")
		document.writeln(".jnormal17{font-size:10px; line-height:17px; letter-spacing:1px}") // DEFAULT
}
	else{
		// WINDOWS NETSCAPE
		document.writeln(".normal17{font-size:10px; line-height:17px}")
		document.writeln(".normal{font-size:10px; line-height:11px}")
		document.writeln(".jnormal17{font-size:10px; line-height:17px}")	 // DEFAULT

		if ( navigator.appVersion.charAt(0) > 4){
			document.writeln(".fm{font-family:monospace; font-size:12px; height:16px; border-width:1px}")
		}	
	}
}

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