@charset "UTF-8";

/*
 * BASE CSS STYLED ON BLUEPRINT
 */


body {
	color: #444444;
}

h1 {
	color:#222222;
	font-family: Arial;
	font-size: 1.7em;
	text-decoration: none;
	font-weight:bold;	
	margin:5px 15px 5px 0px;
}

h2 {
	color:#222222;
	font-family: Arial;
	font-size: 1.2em;
	text-decoration: none;
	font-weight:bold;	
	margin:5px 15px 5px 0px;
}

h3 {
	color:#222222;
	font-family: Arial;
	font-size: 1.1em;
	text-decoration: none;
	font-weight:bold;	
	margin:5px 0px 5px 0px;
}

a {
	color:#333333;
}



.lightwindow{
	/* LIGHT WINDOW DEFINITION 
	 * Deze definitie verschijnt als optie bij links in TINYMce
	 * */
}



