body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3D85BF;
}

img{
	border: 0px;
}

table{
	display: table;	
	border-collapse:collapse; 
	border: 0px;
	margin: 0px;
	width: 100%;
}
table td, table th{
    padding: 0;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #3D85BF;
}

h1{
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h2{
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

.standaardlettertype{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3D85BF;	
}

hr {
	height: 1px;
	border: none;
	background: url(pic/lijn.jpg) repeat-x;
	margin-top: 17px;
	margin-bottom: 17px;
}

a{
	color: #D91A32;
}