body {
	font-family: "Arial", "Helvetica", "sans-serif";
	text-align: center;
	font-size: 12px;
	background-color: #DBDFFC;
}

#listTableHeader1 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	background-position: center;
}

#listTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	background-position: center;
}

#entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #558097;
	font-weight: bold;
	background-position: center;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #DDDDDD;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}

.row1 {
	background-color: #EFEFEF;
}

.row2 {
	background-color: #DEDEDE;
}

.errorMessage {
	color: #990000;
	font-family: "Courier New", "Courier", "mono";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.navArea {
	background-color: #558097;
	color: #FFFFFF;
	height: 24px;
	width: 750px;
}

.contentArea {
	background-color: #FFFFFF;
}

.topArea {
	background-color: #EFEFEF;
}

.graybox {
	border-left-style: dashed;
	border-left-color: #666666;
	border-left-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	border-right-width: 1px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #558097;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #558097;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #558097;
	text-decoration: underline;
}

.fillin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 2px inset #EFEFEF;
}

.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #D5D5D5;
	border: 2px inset #EFEFEF;
	font-weight: bold;
	color: #333333;
}

.beeld {
	border: thin solid #333333;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a span {
	display:none; 
	color: #558097; 
	background: #FFFFFF;
	text-decoration: none;
}

a:hover span {
	display: block; 
	position: absolute; 
	width: 300px;
}
