document.writeln("<style type='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	if(navigator.appName.charAt(0) == "M"){
		// MACINTOSH IE
		document.writeln("body, td {font-size:12px;}")
		document.writeln(".fsxxl { font-size:18px; line-height:140%; }")
		document.writeln(".fsxl { font-size:14px; line-height:140%; }")
		document.writeln(".fsl { font-size:12px; line-height:140%; }")
		document.writeln(".fsm { font-size:10px; line-height:140%; }")
		document.writeln(".fss { font-size:9px; line-height:140%; }")
		document.writeln("input, select { font-size:12px; line-height:140%; }")
	}
	else{
		// MACINTOSH NETSCAPE
		document.writeln("body, td {font-size:12px;}")
		document.writeln(".fsxxl { font-size:18px; line-height:140%; }")
		document.writeln(".fsxl { font-size:14px; line-height:140%; }")
		document.writeln(".fsl { font-size:12px; line-height:140%; }")
		document.writeln(".fsm { font-size:10px; line-height:140%; }")
		document.writeln(".fss { font-size:9px; line-height:140%; }")
		document.writeln("input, select { font-size:12px; line-height:140%; }")
		
	}
}
else{
	if(navigator.appName.charAt(0) == "M"){
		// WINDOWS IE
		document.writeln("body, td {font-size:12px;}")
		document.writeln(".fsxxl { font-size:18px; line-height:140%; }")
		document.writeln(".fsxl { font-size:14px; line-height:140%; }")
		document.writeln(".fsl { font-size:12px; line-height:140%; }")
		document.writeln(".fsm { font-size:10px; line-height:140%; }")
		document.writeln(".fss { font-size:10px; line-height:140%; }")
		document.writeln("input, select { font-size:12px; line-height:140%; }")
	}
	else{
		// WINDOWS NETSCAPE
		document.writeln("body, td {font-size:small;}")
		document.writeln(".fsxxl { font-size:large; line-height:140%; }")
		document.writeln(".fsxl { font-size:medium; line-height:140%; }")
		document.writeln(".fsl { font-size:small; line-height:140%; }")
		document.writeln(".fsm { font-size:x-small; line-height:140%; }")
		document.writeln("input, select { font-size:small; line-height:140%; }")
		document.writeln(".fss { font-size:x-small; line-height:140%; }")
	}
}

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