
BODY,TD,DIV,P{
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
}

		
/* ALGEMEEN --------------------------------------------------------------- */		

h1{
	display: block;
	width: 100%;
	margin-bottom: 13px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #012943;
	text-decoration: none;
}	

h2{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	background-color: transparent;
	color: #09729f;
	text-indent: 0px;
	text-decoration: none;
}


ul.header{
	list-style-type: none;
	border: 1px solid #dfdfdf;
	background-color: #ffffff;
	padding: 4px 4px 4p 1px;
	margin: 2px 0px 10px 0px;
	width: 300px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}
ul.header li{
	color: #012943;
	background-color: #dfdfdf;
	height:20px;
	line-height:20px;
	text-indent:2px;
}
html>body ul.header li{		/* FF */
	margin: 4px 4px 4px 0px;	
}


ul{
	list-style-type: square;
	/*list-style-position: inside;*/
	color: #666666;
	margin: 9px 0px 9px 14px;
	padding: 0px 0px 0px 4px;
}
ul li{
	color: #202020;
}

A{
	color: #007cb2;
	text-decoration: underline;	
}	

HR{
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #979797;
	margin: 6px 0px 6px 0px;
}	
	
.kleur1{ color: #09729f;	}	/*lichtblauw*/
.kleur2{	color: #012943;	}	/*donkerblauw*/



A.blue{
	color: #083e88;
	text-decoration: none;	
}	
A.darkblue{
	color: #007cb2;
	text-decoration: none;	
}


/* FOTO STIJLEN ******************************************************************* */				


IMG.foto_border{				
	border: solid 1px #09729f;
}	

IMG.foto_links_van_tekst{				
	float: left;
	margin: 4px 18px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border: solid 1px #09729f;
}		
				
IMG.foto_rechts_van_tekst{				
	float: right;
	margin: 4px 0px 10px 18px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border: solid 1px #09729f;
}						
