document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	if(navigator.appName.charAt(0) == "M"){

		// MACINTOSH IE
		document.write(".s0{font-Size:10px; line-height:10px;}");
		document.write(".sn{font-Size:10px}");
		document.write(".ss{font-Size:10px; line-height:16px;}");
		document.write(".l0{font-Size:12px; line-height:12px;}");
		document.write(".ln{font-Size:12px}");
		document.write(".ls{font-Size:12px; line-height:18px;}");
	}
	else{
		// MACINTOSH NN
		document.writeln(".s0{font-Size:10px; line-height:10px;}");
		document.writeln(".sn{font-Size:10px}");
		document.writeln(".ss{font-Size:10px; line-height:16px;}");
		document.writeln(".l0{font-Size:12px; line-height:12px;}");
		document.writeln(".ln{font-Size:12px}");
		document.writeln(".ls{font-Size:12px; line-height:18px;}");
	}
}
else{
	if(navigator.appName.charAt(0) == "M" || document.getElementById ){
		// WIN IE
		document.write(".s0{font-Size:10px; line-height:10px;}");
		document.write(".sn{font-Size:10px; line-height:14px;}");
		document.write(".ss{font-Size:10px; line-height:16px;}");
		document.write(".l0{font-Size:12px; line-height:12px;}");
		document.write(".ln{font-Size:12px; line-height:16px;}");
		document.write(".ls{font-Size:12px; line-height:18px;}");
	}
	else{
		// WIN NN
		document.write(".s0{font-Size:11px; line-height:11px;}");
		document.write(".sn{font-Size:11px; line-height:15px;}");
		document.write(".ss{font-Size:11px; line-height:17px;}");
		document.write(".l0{font-Size:13px; line-height:13px;}");
		document.write(".ln{font-Size:13px; line-height:17px;}");
		document.write(".ls{font-Size:13px; line-height:19px;}");
	}

}
document.write("a:link{text-decoration:underline}");
document.write("a:visited{text-decoration:none}");
document.write("a:active{text-decoration:none}");
document.write("a:hover{ color:#33CCFF;  text-decoration:none}");
document.write("--></STYLE>");	

ns4 = (document.layers)?true:false;
ie4 = (document.all)?true:false;
vers = navigator.appVersion.charAt(0);
