/*
acronym, abbr, dfn {
        font-style: normal;
        border-bottom: 1px dotted #333333;
        cursor: help;
        position: relative;
}
*/

acronym a, abbr a, dfn a {
	cursor: help;
	text-decoration:none !important;
}

.tx-contagged-index {
       	padding: 23px 0 12px 0;
}
.tx-contagged-index span.link, .tx-contagged-index span.nolink{
	display: inline-block;
	background-color: rgb(222,222,222);
	color: rgb(90,90,90);
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 1px;
}
.tx-contagged-index span.link {
	background-color: rgb(155,155,155);
}
.tx-contagged-index a {
	text-decoration: none !important;
	font-weight: bold;
	color: rgb(90,90,90);
}

div.tx-contagged-pi1 dt {
        font-size: 1.2em;
}
div.tx-contagged-index span {
	margin: 0;
}
dl.tx-contagged-list dt, dl.tx-contagged-list dt a {
        font-weight: bold;
       	padding: 23px 0 12px 0 !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: black !important;
	text-decoration:none !important;
}

dl.tx-contagged-list dd {
        margin: 0 0 10px 0;
}
