/* GENERAL STYLES */

html, head, body{
    	background: #1F599E;	
	margin:0 2 0 0;
	border:0;
	padding:0;
	color:#F1F0F8;
	height:440;
	width:140;
}

body {
    	font-family: verdana, helvetica;
	font-size: 10px;	
    	line-height: 2pt;
}

table {
	font-size: 10px;
}

td
{
	background-color: #174991;
	width: 100%;
	height: 16px;
	text-align: center;
	line-height: 8pt;
}


.kop
{
	background-color: #1F599E;
	font-weight: bolder;
}


.kopje
{
	background-color: #1F599E;
	height: 20px;
	font-weight: bolder;
	vertical-align: bottom;
	border-bottom: 1px solid #5A95DB;		
}


/* LINK STYLES */

a:link,a:active,a:visited {
	color: #F1F0F8;
	text-decoration:none;
	font-size:10px;
}

a:hover {
	text-decoration:none;
	color:#F8E21D;
	font-size:10px;			
}



