	document.write("<style type='text/css'><!--")
	document.write(".menu-text{font-Size:12px; line-height:18px}")
	
   if( document.all ){
   		document.write("td{font-size : 12px;line-height : 16px;}")
		document.write("div{font-size : 12px;line-height : 20px;}")
		document.write("a.rlinks:link { text-decoration: none; color: #000000; font-size: 12px; }")
		document.write("a.rlinks:visited { text-decoration: none; color: #000000; font-size: 12px; }")
		document.write("a.rlinks:hover { text-decoration: underline; color: #000000; font-size: 12px; }")
		if(navigator.appVersion.indexOf("Mac")!=-1){		//MAC
			document.write("a.rlinks:link { text-decoration: none; color: #000000; font-size: 12px; }")
			document.write("a.rlinks:visited { text-decoration: none; color: #000000; font-size: 12px; }")
			document.write("a.rlinks:hover { text-decoration: underline; color: #000000; font-size: 12px; }")
		}
   }
   else if( document.getElementById ) {
   		document.write("td{font-size : 12px;line-height : 16px;}")
		document.write("div{font-size : 13px;line-height : 20px;}")
   		document.write(".menu-text{font-Size:13x; line-height:18px}")
		document.write("a.rlinks:link { text-decoration: none; color: #000000; font-size: 13px; }")
		document.write("a.rlinks:visited { text-decoration: none; color: #000000; font-size: 13px; }")
		document.write("a.rlinks:hover { text-decoration: underline; color: #000000; font-size: 13px; }")
   }
   else{
   		document.write(".menu-text{font-Size:13px; line-height:18px}")
		document.write("div{font-size : 13px;line-height : 20px;}")
		document.write("a.rlinks:link { text-decoration: none; color: #000000; font-size: 13px; }")
		document.write("a.rlinks:visited { text-decoration: none; color: #000000; font-size: 13px; }")
		document.write("a.rlinks:hover { text-decoration: underline; color: #000000; font-size: 13px; }")
		if(navigator.appVersion.indexOf("Mac")!=-1){		//MAC
			document.write(".menu-text{font-Size:13x; line-height:18px}")
			document.write("a.rlinks:link { text-decoration: none; color: #000000; font-size: 13px; }")
			document.write("a.rlinks:visited { text-decoration: none; color: #000000; font-size: 13px; }")
			document.write("a.rlinks:hover { text-decoration: underline; color: #000000; font-size: 13px; }")
		}
		document.write("td{font-size : 12px;}")
   }
   document.write("--></style>");