.htxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
body {
	background-color: #FFFFFF;
	}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
.ltxt{
	font-family: arial;
	font-size: 11px;
	margin: 0px;
}
a.ltxt{
color:#000000;
text-decoration:none;
}
a.ltxt:hover{
color:#1D6498;
text-decoration:underline;
}

.main{
	font-family: arial;
	font-size: 11px;
	margin: 0px;
	line-height: 16px;
	text-align: justify;
}



        var win;
        function showWindow(url) {
if ( url == null) {
url = "/help/index.html";
}
         if (win == null || win.closed){
                        win = window.open(url, "win", "toolbar=no,location=no,directories=no,top=150,left=100,status=no,menubar=no,scrollbars=yes,resizable=no,width=600,height=300")
                }else{
                        if (navigator.appName.substring(0.8) == "Netscape"){
                                win.location.href = url;
                                this.win.focus();
                        }else{
                                win = window.open(url, "win", "toolbar=no,location=no,directories=no,status=no,top=150,left=100,menubar=no,scrollbars=yes,resizable=no,width=600,height=300")
                        }
                }
        }

.box {
	color: #000000;
	height: 3px;
	width: 10px;
	border: none;
	cursor: text;
	background-color: #ffffff;
}.text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.textCopy {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
