*	{
	background-color:		transparent;
	border-color:			transparent;	
	border-width:			0px;
	border-style:			solid;
	color:					#003B79;  /* sort of blue for U&Nico */
	font-family:			Arial;
	/*text-align:				left;*/
	padding: 				0px;
	margin:					0px;

}	
body 			{border-color:		red;	}
body 			{border-color:		transparent;	}
div.main 			{border-color:		#ADC0D4; border-width: 1px;}  /* sort of grey for U&Nico */
div.header		{border-color:		green;	}
div.header		{border-color:		transparent;	}
div.leftPart 		{border-color:		pink;	}
div.leftPart 		{border-color:		transparent;	}
div.rightPart	{border-color:		orange;	}
div.rightPart	{border-color:		transparent;	}

body	{
	position:				relative;
	text-align:				center;
}


div.main {
	position:				relative;
	left:					20px;
	width:					1100px;
	top:					10px;
	height:					700px;
	text-align:				center;
}
div.header {
	position:				absolute;
	top:					10px;
	left:					10px;
	width: 					1080px;
	height:					170px;
	background-image:		url(/_images/U_NICO.gif);
	background-position:	bottom left;	
	background-repeat:		no-repeat;
}
div.title  	{
	position:				absolute;
	top:					125px;
	left:					250px;
	width: 					850px;
/*	border-width:			1px;
	border-color: 			black;
	border-style:			solid; */
	
	color:					#ADC0D4;

	font-size:				18pt;
/*	font-weight:			bolder;*/
	font-family:			Arial Black;

}
div.leftPart {
	position:				absolute;
	top:					200px;
	left:					10px;
	width:					270px;
	height:					450px;
	background-image:		url(/_images/Background-silver.jpg);
	background-position:	top right;	
	padding:				20px 20px 20px 20px;	
	text-align:				left;
	
	font-size:				12pt;
	font-weight:			bolder;
}
div.rightPart {
	position:				absolute;
	top:					200px;
	left:					340px;
	width:					710px;
	height:					450px;
	background-image:		url(/_images/Background-silver-landscape.jpg);
	background-position:	top right;	
	text-align:				left;
	font-size:				12pt;
	padding:				20px 20px 20px 20px;
}

div.column1	{
	position:				absolute;
	top:					0px;
	left:					0px;
	width:					300px;
	height:					450px;
	padding:				0px;
	margin:					0px;
	background-color:		transparent;
	padding:				40px 20px 20px 20px;	
}
div.column2	{
	position:				absolute;
	top:					0px;
	left:					340px;
	width:					300px;
	height:					450px;
	padding:				0px;
	background-color:		transparent;
	padding:				40px 20px 20px 20px;	
}


img.page_image	{
	position:				absolute;
	right:					20px;
	width: 					400px;
	bottom:					20px;
	padding:				0px;
	margin:					0px;
	background-image:		url(/_images/Background-silver-landscape.jpg);
	background-position:	bottom right;	
}
img.flag					{
	position:				absolute;
	right:					22px;
	top:					20px;
	padding:				0px;
	margin:					0px;
	width: 38px;
}
span.UNICO	{
	font-weight:			bold;
	font-size:				13pt;
	padding:				0 0 0 0;
	margin:					-2 0 0 0;
	color:					red;

}
span.UNICOsub	{
	font-weight:			bolder;
	font-size:				12pt;
	padding:				0 0 0 0;
	color:					#003B79;
}

div.rightPart ul 	{
	list-style-position:	outside;
	position:				relative;
	left:					20px;
/*	list-style-image:	url(/_images/check-14pt-blue-wide.gif);*/
}
div.rightPart ul ul	{
/*	list-style-image:	url(/_images/check-14pt-lightblue-wide.gif);*/
}
.dutch	{
	display:				none;
}
.english	{
	display:				none;
}

