body {
    font:12px arial, helvetica, sans-serif;
}

span.left-col {
   width: 50px;
}

a.ttLink {
	text-decoration:	none;
	color: black;
	cursor: pointer;
	font-style: italic;
      border: none;
}

a.query {
	cursor: pointer;
      border: none;
}

a.query:hover {
	color:	red;
      background-color: transparent;
	text-decoration:	none;
	font-style: italic;
      border: none;
}

a.ttLink:hover {
	color:	red;
      background-color: transparent;
	text-decoration:	none;
	font-style: italic;
      border: none;
}
a.st {
	text-decoration:	underline;
	color: blue;
	cursor: pointer;
      border: none;
}


.tooltip {
	position:	absolute;
	border:		1px Solid black;
	background:	lightyellow;
	color:		black;
	font-size: 12pt;
	padding:	3px;
	z-index:	2;
}
.def {
	font-style: italic;
}

.usg {
	font-style: normal;
}
