
document.write("<style type=\"text/css\"><!--\n");

if(navigator.userAgent.indexOf("Mac") != -1){
	if(navigator.appName.charAt(0) == "M"){
	//Mac IE
		document.write(".s{font-Size:10px; line-height:130%; color:#1A1A1A;}\n");
		document.write(".m{font-Size:12px; line-height:130%; color:#1A1A1A;}\n");
		document.write(".m2{font-Size:12px;}\n");
		document.write(".en{font-Size:12px; color:#1A1A1A;}\n");
		document.write(".l{font-Size: 18px; font-weight: bold; color:#1A1A1A;}\n");
	} else {
	//Mac NN
  		if( parseInt(navigator.appVersion) >= 5 ){
			document.write(".s{font-Size:10px; line-height:130%; color:#1A1A1A;}\n");
			document.write(".m{font-Size:12px; line-height:130%; color:#1A1A1A;}\n");
			document.write(".m2{font-Size:12px;}\n");
			document.write(".en{font-Size:12px; color:#1A1A1A;}\n");
			document.write(".l{font-Size: 18px; font-weight: bold; color:#1A1A1A;}\n");
		} else {
			document.write(".s{font-Size:90%; color:#1A1A1A;}\n");
			document.write(".m{font-Size:100%; line-height:130%; color:#1A1A1A;}\n");
			document.write(".m2{font-Size:100%;}\n");
			document.write(".en{font-Size:100%; color:#1A1A1A;}\n");
			document.write(".l{font-weight: bold; color:#1A1A1A;}\n");
		}
	}
} else {
	if(navigator.appName.charAt(0) == "M"){
	//Win IE 
		document.write(".s{font-Size:70%; color:#1A1A1A;}\n");
		document.write(".m{font-Size:80%; line-height:130%; color:#1A1A1A;}\n");
		document.write(".m2{font-Size:80%;}\n");
		document.write(".en{font-Size:80%; color:#1A1A1A;}\n");
		document.write(".l{font-weight: bold; color:#1A1A1A;}\n");
	} else {
	//Win NN 
  		if( parseInt(navigator.appVersion) >= 5 ){
			document.write(".s{font-Size:70%; color:#1A1A1A;}\n");
			document.write(".m{font-Size:80%; line-height:130%; color:#1A1A1A;}\n");
			document.write(".m2{font-Size:80%;}\n");
			document.write(".en{font-Size:80%; color:#1A1A1A;}\n");
			document.write(".l{font-weight: bold; color:#1A1A1A;}\n");
		} else {
			document.write(".s{font-Size:90%; color:#1A1A1A;}\n");
			document.write(".m{font-Size:100%; line-height:130%; color:#1A1A1A;}\n");
			document.write(".m2{font-Size:100%;}\n");
			document.write(".en{font-Size:80%; color:#1A1A1A;}\n");
			document.write(".l{font-weight: bold; color:#1A1A1A;}\n");
		}
	}
}

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