
a.gloassarylink:link, a.gloassarylink:active, a.gloassarylink:visited {
	color: #004477;
	text-decoration: underline;
	cursor:help;
}

a.gloassarylink:hover {
	color: #bdd630;
	text-decoration: underline;
	cursor:help;
}

.glossarybox{
	position:absolute;
	width:100px;
	visibility:hidden;
	border:1px solid orange;
	background-color:White;
	color:Black;
	font-size:10px;
	padding:3px;
	cursor:pointer;
}

.glossarylink{
	display:inline;	
	color: #004477;
	text-decoration: underline;
	cursor:help;
}

.glossarylink:hover{
	color: #bdd630;
	text-decoration: underline;
	cursor:help;
}

dt {
	font-weight:bold;
	color:Black;
	font-size:12px;
	padding-bottom:5px;

}

dd {
	font-style:italic;
	color:Black	;
	font-size:12px;	
	padding-bottom:10px;
}