body {
	font-size: 10pt;
	font-family: Helvetica, Arial;
	margin: 0px;
}
span.link {
	color: #00f;
	cursor: pointer;
}
span.link:Hover {
	color: #55f;
	text-decoration: underline;
}
span.cebutton /* the collapsable button */
{
	font-weight: bold;
	background: #eee;
	border: solid #000 1px;
	padding: 2px; 
	cursor: pointer;
}
hr {
	border: dashed 1px #fcc;
	height: 1px;
}
div.header {
	top: 1%;
	right: 0.5%;
	position: absolute;
	background: #ffe;
	border: solid #000 1px;
	padding-left:   3px;
	padding-bottom: 5px;
	padding-right:  3px;
	padding-top:    5px;
	z-index: 5;
}
input.field {
	border-width: 1px;
	background: inherit;
}
textarea.field {
	border-width: 1px;
}
select.field {
	border-width: 1px;
	cursor: pointer;
}
input.submit {
	border-width: 1px;
	border-color: #000;
	cursor: pointer;
}
input.submit:Hover {
	background: #fff;
}
/* a {
	text-decoration: none;
}
a:Hover {
	text-decoration: underline;
} */
div.tablediv {
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
	padding-top: 15px;
	padding-bottom: 15px;
	/* padding-left: 20px;
	padding-right: 20px; */
	margin-top: 10px;
	margin-bottom: 10px;
}
div.important {
	padding: 3px;
	background: #fff;
	color: #c33;
	border: solid #a33 2px;
	font-size: 12pt;
}