body {
	/*background-color:#eebb99;*/
	background-color: white;

	height:100%; 
	margin:0px;
	padding:0px;

	font-family: Georgia, Courier, Lucida Console;
	font-size: 10pt;
	text-align: left;
}

a:link { color: black; text-decoration: underline;}
a:visited {	color: black; text-decoration: none;}
a:hover { color: black;background-color: black; text-decoration: none;}

/*HOOFDDIV*/
.maindiv {
	padding:30px;
	/*padding is in de DIV tag*/
	margin-left: 50px;
	position:absolute;
	width: 630px;
	background-color: white;
	/*height: 100%;*/
	min-height: 100%;
    overflow:hidden;
}

/*HOOFDDIV*/
.content{
	margin-left: 0px;
	padding-top:30px;
	padding-bottom:30px;
	/**/
	/*height: 100%;*/
	min-height: 100%;
}

.content .contentside{
	margin-left: 5px;
	padding-top:32px;

	font-family: "helvetica","arial";
	text-transform: uppercase; 
	font-weight: bold;
	font-size:12px;

	position: relative;
	display: block;
	float: left;
		/**/
	height: 100%;
	min-height: 100%;
}

.content .contentmain{
	margin-left: 150px;
	padding-top:20px;
	padding-bottom:30px;
	width:450px;
		/**/
	height: 100%;
	min-height: 100%;
}

.content .contentmain .title{
	font-family: georgia;
	font-size: 24pt;
	margin-bottom: 10px;
}

.content .contentmain .subtitle{
	font-family: georgia;
	margin-left: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

.collectionperiod{
	font-family: georgia;
	margin-left: 30px;
	/*font-weight: bold;*/
	font-size: 18pt;
	margin-bottom: 5px;
}

.content .contentmain table{
	font-family: Georgia, Courier, Lucida Console;
	font-size: 8pt;
	vertical-align: top;
}

.content .contentmain table a:link { color: black; text-decoration: underline;}

.content .contentmain hr {
	border: none 0; 
	border-top: 3px double black;
	width: 121%;
	height: 3px;
	margin: 10px auto 0 0;
	text-align: left;
}


/* MAILINGLIST */
.mailingEmail {
		color: black;
		background: #d6d6d6;
		border: 1px solid black;
		font-size: 10pt;
	}

.btnClass {
		color: black;
		background: white;
		font-size: 8pt;
	}

/* BROL VOOR NAVIGATION */
.navigation table {
	font-family: georgia, arial, Helvetica, tahoma, sans-serif;
	font-size: 10pt;
	color: #2b2b2b;
	text-align: left; 
	background-color : transparent; 
	border: 0px;
	margin: 0px;
	cell-padding: 0px;

	border-top: 3px double black;
	border-bottom: 3px double black;
}

/* BROL VOOR FOOTER */

.footer {
	font-family: arial, Georgia, Courier, Lucida Console;
	font-size: 7.5pt;
/*	bottom: 0;
	position: absolute;*/
	
	padding-bottom: 15px;

	width: 120px;
		/**/
	height: 100%;
	min-height: 100%;18/11/2008
}

.footer hr {
	border: none 0; 
	border-top: 3px double black;
	width: 121%;
	height: 3px;
	margin: 10px auto 0 0;
	text-align: left;
}

.cross {
	font-family: Georgia;
	font-weight : bold;
	font-size: 15pt;
	line-height: 85%;
}

/*preload classes*/ 
	.svw {width: 50px; height: 20px; background: #fff;} 
	.svw ul {position: relative; left: -999em;}  /*core classes*/ 
	.stripViewer {  position: relative; overflow: hidden;  border: 0px solid black;   margin: 0 0 0px 0; } 
	.stripViewer ul { /* this is your UL of images */ margin: 0; padding: 0; position: relative; left: 0; top: 0; width: 1%; list-style-type: none; } 
	.stripViewer ul li {  float:left; } 
	.stripTransmitter { overflow: auto; width: 1%; } 
	.stripTransmitter ul { margin: 0; padding: 0; position: relative; list-style-type: none; } 
	.stripTransmitter ul li{ width: 20px; float:left; margin: 0 1px 1px 0; } 
	.stripTransmitter a{ font: bold 10px Verdana, Arial; text-align: center; line-height: 22px; background: black; color: #fff; text-decoration: none; display: block; } 
	.stripTransmitter a:hover, a.current{ background: #fff; color: black; } 
