
.link {
	cursor: default;
	text-decoration: none;
	color: #333333;
	font-size: 8pt;
	font-family: verdana;
	padding: 3px;
}

.normtext {
	color: #333333;
	font-size: 8pt;
	font-family: verdana;
	font-weight: normal;
	padding: 5px;
}

#conmenu {
	cursor: default;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background-color: white;
	layer-background-color: white;
	border: outset 1px;
	font-size: 8pt;
	font-family: verdana;
	font-weight: normal;
	color: #333333;
	width: 150px;
	padding: 1 2 0 2;
	z-index: 2;
}

#conshadow {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background-color: transparent;
	layer-background-color: transparent;
	z-index: 0;
}

