body {font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;
scrollbar-3dlight-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:;
scrollbar-darkshadow-color:;
scrollbar-base-color:;
scrollbar-face-color:#FFCC00;
scrollbar-track-color:#FFFF99;
scrollbar-arrow-color:#FFFFCC;
color: #000080; background-color: #FFFFCC;}
.pagehead  {font-size: 36pt; color: navy}
.pagehead2 {font-size: 16pt; color: #FFCC00; font-weight: bold}
.datehead  {font-size:  8pt; color: navy}
.dateupd   {font-size:  8pt; color: #FFCC00}
.cpsmall   {font-size:  6pt; color: navy}
.pagetext  {font-size: 10pt; color: navy}
.pagetext2 {font-size: 10pt; color: navy; font-weight: bold}
.pagetext3 {font-size:  8pt; color: red; font-weight: bold} /* indexpage (nieuw)*/
.pagetext4 {font-size:  7pt; color: red;} /* (tip,nieuw)*/
.pagefoot  {font-size:  8pt; color: navy} /* indexpages */
.pagefoot3 {font-size:  8pt; color: navy} /* checklists (color not used, only linkcolors used)*/
table {text-align: left; border-width: 0px; font-size: 10pt; background-color: #FFFFCC}
.tablebody    {background-color: #FFFF99}
.tablebody1   {background-color: #FFFF99; border: 0px; padding: 0px;}	      /* cp-tables */	
.tablebody2   {background-color: #FFFF99; font-size:  8pt; color: orange}     /* urlname (CPmake) */
.tableheader  {background-color: #FFCC00; font-size: 12pt}
.tableheader2 {background-color: #FFCC00; font-size: 12pt; color: red}    /* checklist-title */
.tableheader3 {background-color: #FFCC00; font-size:  8pt; color: navy; font-weight: normal}    /* checklist-word */
.tableheader4 {background-color: #9ACD32; font-size: 12pt; color: navy}       /* extras */
a {text-decoration: underline}
a:visited {color: navy}	/* already clicked */
a:hover   {color: red}	/* when touched */
a:active  {color: red}	/* when clicked */
a:link    {color: navy} /* initial linkcolor */

.searchbox {
	width:150px;
	height: 68px;
	border: 0px solid #69B3E2;
	margin-bottom: 3px;
}	

.searchbox_hover {
	border: 1px solid white;
	width:150px;
	height:68px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 10;
	background-color: #8CBEDE;
	margin-bottom: 3px;
}	

.stdbutton {
	padding:3px;
	background-color: #FFCC00; 
	color:navy;
	font:bold 12px Arial, Helvetica, sans-serif;
	border:none;
	margin-top:0px;
	cursor:pointer;
	width: 30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


#search {
	width:100%;
	padding-top:8px;
	border:0px solid #849ab2;
	text-align:left;
	overflow:hidden;
}

#search #searchField {
	background-color:#ffffff;
	border:0px solid #ffffff;
	overflow:hidden;
	padding:0 2px 0 0px;
	float:left;
	margin-right:1px;
	margin-left: 2px;
	display: inline;
}

#search #searchField input {
	border:1px solid #849ab2;
	padding: 0px 2px;
	width: 108px;
	vertical-align: middle;
}
