/*
 ---------------------------
 Realisatie:               	
 ---------------------------
 ēM-Solutions              	
 ---------------------------
 www.2m-solutions.nl       	
 info@2m-solutions.nl      	
 ---------------------------
*/
/*
______________________________________________

Global Settings
______________________________________________
*/
html 
{ 
	height: 100%; 
}

body 
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	margin: 			0;
	background-image: 	url(../img/lijn_body_blue_vert.gif);
	background-repeat: 	repeat-x;
	background-color: 	#f1f1f1;
	line-height: 		1.2;
	color: #1A3068;
/*	margin-top: 		15px; */
}

