.linked {
	cursor:		pointer;
	cursor:		hand;
}

.noprint {
	display:	none;
}

.printonly {
	display:	block;
}

.button {
	border:		1px solid buttonface;
	padding:	1px;
	cursor:		default;
	font-family:sans-serif;
	font-size:	10px;
}

.input {
	background-color:	#0080c0;
	border-style:		none;
	font-size:			small;
}
 