document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
document.write(".j2{font-Size:10px}")
document.write(".j3{font-Size:12px}")
}
else{
if(navigator.appName.charAt(0) == "M"){
document.write(".j2{font-Size:10px; line-height:130%}")
document.write(".j3{font-Size:12px; line-height:130%}")
}
else{
document.write(".j2{font-Size:11px; line-height:130%}")
document.write(".j3{font-Size:12px; line-height:135%}")
}
}
document.write("body,tr,td,th,input { font-size: 10pt }")
document.write("a:link        { font-size: 10pt; color:#0000E3 }")
document.write("a:visited     { font-size: 10pt; color:#008080 }")
document.write("a:active      { font-size: 10pt; color:#FF0000 }")
document.write("a:hover       { font-size: 10pt; color:#FF0000 }")
document.write("span          { font-size: 18pt }")
document.write("big           { font-size: 12pt }")
document.write("small         { font-size: 8pt }")
document.write("--></STYLE>");	
//-->
<!--
function winOpen(winName,url,W,H){
var WinD11=window.open(url,winName,'scrollbars=1,width='+W+',height='+H+'');
WinD11.document.close()
WinD11.focus();  
}