/*body, td {
	color : Black;
	background-color: White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}         zit al in eigen stylesheet*/

td.upper {
	color : #084B66;
	background : #D8E0F3; /* 23559C > 084B66 = headerblauw  D8E0F3 = grijzig */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	text-align:left;
}
.smaller {
	font-size: 10px;
}

a {
	color : #0084BE;
	text-decoration : underline;
}

a:hover {
	color : Red;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #0084BE;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : Red;
	text-decoration : none;
}

input {
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

div.centered {
	text-align:center;  /* was center (rv))   */
}

/* EVERYTHING BELOW ADDED IN 1.6   */
div.centered table.entries {
   color : black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   border-right: #D8E0F3 1px dotted; /* 23559C > 084B66 = headerblauw D8E0F3 = grijzig  */
   border-left: #D8E0F3 1px dotted;
   border-top: #D8E0F3 1px dotted;
   border-bottom: #D8E0F31px dotted;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h3 {
   color : Black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12pt;
	font-weight: bold; 	
}

table.gbookMenu {
	border-top: #D8E0F3 1px solid; /* B8CFE7  >084B66  = headerblauw  D8E0F3 = grijzig*/
}

