.printbar {
	background: url(/gfx/bar.jpg);
}

#top1 {
	background: url(/gfx/bar.jpg);
	width: 902;
	height: 25px;
}

#top3 {
	background: url(/gfx/bar.jpg);
	width: 902;
	height: 25px;
}

.noprint {
/*	display:none;*/
}
.print {
	position:relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 535px;
	display:block;
	overflow:visible; 
	text-valign:top;
}
.printbg {
	height:100%;	
}
.normal {
	display:block;
	page-break-after: avoid;
	overflow:visible; 
	overflow-x:visible; 
	width:600px;
	margin-left:10px;
	position:relative; 
	left:0px; 
	top:0px; 
	z-index:1;
	width:640px;
	overflow: visible;

}
INPUT {
/*	display:none;*/
}
TEXTAREA {
/*	display:none;*/
}
SELECT {
/*	display:none;*/
}
.textwin {
	display:block;
	page-break-after: avoid;
	overflow:visible; 
	overflow-x:visible; 
	width:600px;
	margin-left:10px;
	position:relative; 
	left:0px; 
	top:0px; 
	z-index:1;
	width:640px;
	overflow: visible;
}

