body {
	font-family: arial; /* Lettertype */
	color: #525252; /* Dit is je tekst kleur */
	font-size: 12px;
}

a {
	color: #333333; /* Dit is de kleur van een hyperlnk */
	text-decoration: none;
	}
	
a:link {
	color: #333333; /* Dit is de kleur van een hyperlnk */
	text-decoration: none;
	}
	
a:visited {
	color: #333333; /* Dit is de kleur van een bezochte hyperlink */
	text-decoration: none;
	}

a:active {
	color: #333333; /* Dit is de kleur van een active link */
	text-decoration: none;
	}

a:hover {
	color: #CE003C; /* Dit is de kleur als je over een hyperlink gaat */
	text-decoration: none;
	}

p {
	font-family: arial; /* Lettertype */
	color: #7A7A7A; /* Dit is je tekst kleur */
	font-size: 12px;

	}

p.page {
        align: center;
}

th {
	font-size: 12px;
	color: #CE003C;
	}

th.menu {}

/* paginakop */
th.paginakop {
	padding-left: 20px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #CE003C;
	}

/* subkop */
th.subkop {
	padding-left: 20px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #CE003C;
	}
	
th.kop {
	padding-left: 15px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #CE003C;
	}
	
th.headerImage {}

td {
	color: #525252;
	vertical-align: top;
	font-size: 12px;
	text-align: justify;
                line-height: 16px;         
	}

td.menu {
	text-align: left;
	vertical-align: top;
	}

td.main {
	color: #525252;
	vertical-align: top;
	font-size: 12px;
	text-align: justify;
                line-height: 16px;

	}

td.paginakop {
	font-size: 12px;
	}

td.subkop {
	font-size: 12px;
	}
	
td.footer {
	}
	
img {
	border: 0px;
	}


input {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid;
	}

textarea {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid;
	}
