document.writeln("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	if(navigator.appName.charAt(0) == "M"){
		// MAC IE
		document.writeln(".fev9{font-Size:9px}");
		document.writeln(".fev10{font-size:10px}");
		document.writeln(".fev11{font-size:11px}");
		document.writeln(".fev12{font-size:12px}");
		document.writeln(".fe8{font-Size:8px}");
		document.writeln(".fe9{font-Size:9px}");
		document.writeln(".fe10{font-size:10px}");
		document.writeln(".fe11{font-size:11px}");
		document.writeln(".fe12{font-size:12px}");
		document.writeln(".fj8{font-size:8px}");
		document.writeln(".fj9, body, td{font-Size:9px}");
		document.writeln(".fj10{font-size:10px}");
		document.writeln(".fj11{font-Size:11px}");
	}
	else{
		// MAC NN
		document.writeln(".fev9{font-Size:9px}");
		document.writeln(".fev10{font-size:10px}");
		document.writeln(".fev11{font-size:11px}");
		document.writeln(".fev12{font-size:12px}");
		document.writeln(".fe8{font-Size:8px}");
		document.writeln(".fe9{font-Size:9px}");
		document.writeln(".fe10{font-size:10px}");
		document.writeln(".fe11{font-size:11px}");
		document.writeln(".fe12{font-size:12px}");
		document.writeln(".fj8{font-size:8px; line-height:11px}");
		document.writeln(".fj9, body, td{font-Size:9px; line-height:12px}");
		document.writeln(".fj10{font-size:10px}");
		document.writeln(".fj11{font-Size:11px; line-height:14px}");
	}
}
else{
	if(navigator.appName.charAt(0) == "M"){
		// WIN IE
		document.writeln(".fev9{font-Size:9px; line-height:11px}");
		document.writeln(".fev10{font-size:10px; line-height:12px}");
		document.writeln(".fev12{font-size:12px; line-height:15px}");
		document.writeln(".fe8{font-Size:8px; line-height:10px}");
		document.writeln(".fe9{font-Size:9px; line-height:11px}");
		document.writeln(".fe10{font-size:10px; line-height:12px}");
		document.writeln(".fe11{font-size:11px; line-height:13px}");
		document.writeln(".fe12{font-size:12px; line-height:15px}");
		document.writeln(".fj8{font-size:9px; line-height:11px}");
		document.writeln(".fj9, body, td{font-Size:10px; line-height:12px}");
		document.writeln(".fj10{font-Size:11px; line-height:13px}");
		document.writeln(".fj11{font-Size:11px; line-height:14px}");
	}
	else{
		// WIN NN
		document.writeln(".fev9{font-Size:9px; line-height:10px}");
		document.writeln(".fev10{font-size:10px; line-height:11px}");
		document.writeln(".fev12{font-size:12px; line-height:14px}");
		document.writeln(".fe8{font-Size:8px; line-height:9px}");
		document.writeln(".fe9{font-Size:9px; line-height:10px}");
		document.writeln(".fe10{font-size:10px; line-height:11px}");
		document.writeln(".fe11{font-size:11px; line-height:13px}");
		document.writeln(".fe12{font-size:12px; line-height:14px}");
		document.writeln(".fj8{font-size:9px; line-height:11px}");	
		document.writeln(".fj9, body, td{font-Size:10px; line-height:12px}");
		document.writeln(".fj10{font-Size:11px; line-height:13px}");
		document.writeln(".fj11{font-Size:11px; line-height:14px}");
	}
}
document.writeln("--></STYLE>");	



function submit(){ 
document.forms[0].submit(); 
}
function reset(){ 
document.forms[0].reset(); 
}

