/* Standaard elementen */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body, td, div {
	font: normal normal 10px/1.5 Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
	line-height: normal;
	color: #8d8d8d;
	margin: 0;
	padding: 0;
	border: 0;
} 
body {
	margin: 15px 0;
	background: #fff url(../img/interface/bg/main.gif) repeat left top;
}

hr {
	height: 0;
	margin: 10px 0 10px 0;
	border-top: 1px dotted #8d8d8d;
}

ol, ul {
	margin: 0 0 0 -25px;
}

h1, h2, h3 {
	margin: 0 0 10px 0;
	font: bold 1.8em Verdana, Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
	color: #8d8d8d;
}
h2 {
	font-size:12px;
}
	
p {
	margin: 0;
}

strong {
	font-weight: bold;
	color: #8d8d8d;
}

img {
	border: none;
}

	
	/* =Link styles
			----------------------------------------------------*/
	a {
		text-decoration: underline;
		color: #8d8d8d;
		outline: none;
	}
	a:hover, a.selected, a.selected:hover {
		text-decoration: none;
		color: #f0b412;
		outline: none;
	}
		 
	/* =List styles
			----------------------------------------------------*/
	ul {
		list-style-type: none;
	}
	
	/* =Tekst styles
			----------------------------------------------------*/
	.bold {
		font-weight: bold;
	}
	
	div {
		font-size : 100%;
	}