ul.conv {
	margin: 1em;
	padding: 2px 0 2px 36px;
	background-color: #FFFFFF;
}

ul.conv li {
	margin: 1em;
	text-align: left;
/*	vertical-align: top;  */
	text-indent: 0em;
	line-height: 1.5em;
}

li.inst {
	list-style-image: url(img/inst.gif);
}

li.hansel {
	list-style-image: url(img/hansel.gif);
}

ul.conv img {
	margin: 4px;
}

table {
	font: 1em serif;
	border: none;
	margin: 1em;
	background-color: #808080;
	line-height: 1.2em;
}

table.c {
	margin-left: auto;
	margin-right: auto;
}

caption {
	margin: 1em auto 0em;
}

th {
	border: none;
	background-color: #F0F0FF;
	margin: 0;
	padding: 4px;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
}

th.r {
	text-align: right;
}

td {
	border: none;
	background-color: #FFFFFF;
	margin: 0;
	padding: 4px;
	vertical-align: top;

}

td.h {
	white-space: nowrap;
}

td.hr {
	white-space: nowrap;
	text-align: right;
}


td a:link {
	color: #000040;
	text-decoration: none;
}

td a:visited {
	color: #000040;
	text-decoration: none;
}

td a:hover {
	color: #000040;
	background-color: #FFC0C0;
	text-decoration: none;
}

td a:active {
	color: #000040;
	background-color: #FFC0C0;
	text-decoration: none;
}

del {
	color: #C00000;
	text-decoration: line-through;
}
