body {
	font-family: arial; /* Lettertype */
	color: #2E73F3; /* Dit is je tekst kleur */
	font-size: 12px;
}

a {
	color: #002873; /* Dit is de kleur van een hyperlnk */
	text-decoration: none;
	}
	
a:link {
	color: #002873; /* Dit is de kleur van een hyperlnk */
	text-decoration: none;
	}
	
a:visited {
	color: #002873; /* Dit is de kleur van een bezochte hyperlink */
	text-decoration: none;
	}

a:active {
	color: #002873; /* Dit is de kleur van een active link */
	text-decoration: none;
	}

a:hover {
	color: #137300; /* Dit is de kleur als je over een hyperlink gaat */
	text-decoration: none;
	}

p {
	font-family: arial; /* Lettertype */
	color: #000000; /* Dit is je tekst kleur */
	font-size: 12px;

	}

p.page {
        align: center;
}

th {
	font-size: 15px;
	color: #96B9F9;
	}

th.menu {}

/* paginakop */
th.paginakop {
	font-family: arial;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #2f6de0;
	}

/* subkop */
th.subkop {
	font-family: arial;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #2f6de0;
	}

th.productkop {
	font-family: arial;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #2f6de0;
	}
	
th.kop {
	padding-left: 15px;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #2f6de;
	}
	
th.headerImage {}

td {
	color: #000000;
	vertical-align: top;
	font-size: 12px;
	text-align: left;
    line-height: 16px;         
	}

td.menu {
	text-align: left;
	vertical-align: top;
	}

td.main {
	color: #000000;
	vertical-align: top;
	font-size: 12px;
	text-align: left;
    line-height: 22px;
	}

td.paginakop {
	font-size: 15px;
	}

td.subkop {
	font-size: 15px;
	}
	
td.footer {
	}
	
img {
	border: 0px;
	}


input {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid;
	border-color: #0d3c93;
	}

textarea {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid;
	border-color: #0d3c93;
	}

select {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid;
	border-color: #0d3c93;
	}

submit {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid;
	border-color: #0d3c93;
	}

