.annotate .quill .annotation {
	top : 0px;
	position: absolute;
	display: none;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 150%;
	text-decoration : none;
	cursor : hand;
	color : #000066;
	width : 150px;
	letter-spacing : 1px;
	border-color : black;
	border-width : 1px 3px 3px 1px;
	border-style : solid;
	background-color : white;
}

.annotate .quill .annotation H6 {
	margin : 0 0 5px;
	font-weight : bold;
	font-size: 11px;
}

.annotate .quill .annotation P {
	margin : 0 0 5px;
}

.annotate .quill .annotation A {
	color : black;
}
			
.annotate_quill_key {
	cursor : help;
	border-bottom : 2px dotted #9999ff;
	text-decoration : none;
	color : black;
}

.annotate_quill_key:Hover {
	border-bottom : 2px solid #9999ff;
	text-decoration : none;
	color : black;
}

