/* Base */
BODY, TD {
	color: #291E0F;
	font-family: Arial, Sans-serif;
	font-size: 10pt;
}
.small {
	font-size: 9pt;
}
/* Listan */
.listan {
	border: 0px gray solid;
}

TD.listant {
	border-bottom: 1px gray solid;
}
TD.listanl {
	border-right: 0px gray solid;
	border-left: 0px gray solid;
	border-bottom: 1px gray solid;
}
TD.listanr {
	border-right: 0px gray solid;
	border-bottom: 1px gray solid;
}

A, A:visited, A:active {
	color: #883300;
	text-decoration: none;
}
A:hover {
	color: navy;
	text-decoration: none;
}
input.displ {
	border: 0px;
	font-family: Arial, Sans-serif;
	font-size: 14pt;
}