/* base stuff */
body{
margin:0;
padding:0;
font-family: arial, sans-serif;
color:#003b5a;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
}


.mainColumn {
	line-height: 20px;
	font-size: 13px;
	
	}


/* Text */

.contentheading {
	font-size: 17px;
	letter-spacing: 3px;
	font-weight:100;

}

.footerText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.kopjeText {
	color: #d0031c;
	}
	
.voetText {
	font-size: 12px;
	font-weight: 100;
	}
	
.bovenEnOnderLijn {
	border-bottom: 1px solid #023b5a;
	border-top: 1px solid #023b5a;
	}
	


