mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;
document.write("<STYLE TYPE='text/css'><!--")
if(mac){
						//FOR MACINTOSH IE NS
						document.write(".j8{font-size:8px}");
						document.write(".j9{font-size:9px;Line-height:14px}");
						document.write(".j9s{font-size:9px;Line-height:11px}");
						document.write(".j10{font-size:10px;Line-height:16px}");
						document.write(".j10n{font-size:10px}");
						document.write(".j10s{font-size:10px;Line-height:12px}");
						document.write(".j12{font-size:12px;Line-height:18px}");
						document.write("A:hover{color:#30ABD1;text-decoration: none}");
						document.write("A:link{text-decoration: none}");
						document.write("A:visited{text-decoration: none}");
      document.write(".form { border-left: 1px solid #666666; border-right: 1px solid #FFFFFF; border-top: 1px solid #666666; border-bottom: 1px solid #FFFFFF; background-color: #E1EAEB; font-size:12px; color: #363933 }");
						document.write(".button { background:#FFFFFF; border-width:0px;color:#333333}");
}
else{
						if(ie){
						//FOR WINDOWS IE
						document.write(".j8{font-size:9px; Line-height:15px}");
						document.write(".j9{font-size:10px; Line-height:16px}");
						document.write(".j9s{font-size:9px;Line-height:12px}");
						document.write(".j10{font-size:11px; Line-height:17px}");
						document.write(".j10n{font-size:11px}");
						document.write(".j10s{font-size:11px; Line-height:13px}");
						document.write(".j12{font-size:12px; Line-height:24px}");
						document.write("A:hover{color:#30ABD1;text-decoration: none}");
						document.write("A:link{text-decoration: none}");
						document.write("A:visited{text-decoration: none}");
      document.write(".form { border-left: 1px solid #496633; border-right: 1px solid #FFFFFF; border-top: 1px solid #496633; border-bottom: 1px solid #FFFFFF; background-color: #E1EAEB; font-size: 12px; color: #363933 }");
						document.write(".button { background:#FFFFFF; border-width:0px;color:#333333}");
						}
						else{
						//FOR WINDOWS NETSCAPE
						document.write(".j8{font-size:9px; Line-height:15px}");
						document.write(".j9{font-size:10px; Line-height:16px}");
						document.write(".j9s{font-size:9px;Line-height:13px}");
						document.write(".j10{font-size:11px; Line-height:17px}");
						document.write(".j10n{font-size:11px}");
						document.write(".j10s{font-size:11px; Line-height:14px}");
						document.write(".j12{font-size:12px; Line-height:24px}");
						document.write("A:link{text-decoration: none}");
						document.write("A:visited{text-decoration: none}");
      document.write(".form { border-left: 1px solid #496633; border-right: 1px solid #FFFFFF; border-top: 1px solid #496633; border-bottom: 1px solid #FFFFFF; background-color: #E1EAEB; font-size: 12px; color: #363933 }");
						document.write(".button { background:#FFFFFF; border-width:0px;color:#333333}");
						}
}
document.write("--></STYLE>");
