body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00631B;
	color: Black;
	text-align: left;
	margin: 1px 0 0 0;
	font-size: 14px;
}

a {
	color: #F2EDD3;
}

a.white {
	color: #00631B;
}

h1 { 	font-size: 35px; }
	
h2 { 	font-size: 28px; }

h3 { 	font-size: 18px; }

img {	border: none; }

font.small {
	font-size: xx-small;
	color: #F2EDD3;
}

table, td, tr {
	background-color: #00631B;
	color: White;
	margin: 0px 0px 0px 0px;
	border-width: 0 0 0 0;
	border: none;
	border-spacing: 0px;
	vertical-align: top;
}

td.thumbnail {
	width: 211px;
	vertical-align: middle;
	text-align: center;
}

td.content {
	padding: 3px 3px 3px 15px;
}

td.header {
	background-color: #F2EDD3;
	padding: 0px 0px 0px 0px;
	color: #00631B;
	font-style: normal;
}

td.nav {
	background-color: #F2EDD3;
	width: 150px;
	padding: 0px 0px 0px 0px;
	color: #00631B;
}

td.bordertopright { 
	background-image: url(/images/groen/bordertopright.jpg); 
	width: 3px;
	height: 3px;
	padding: 0px 0px 0px 0px;
}

td.bordertop { 
	background-image: url(/images/groen/bordertop.jpg); 
	height: 3px;
	padding: 0px 0px 0px 0px;
}

td.bordertopleft { 
	background-image: url(/images/groen/bordertopleft.jpg); 
	width: 3px;
	height: 3px;
	padding: 0px 0px 0px 0px;
}

td.borderleft { 
	background-image: url(/images/groen/borderleft.jpg); 
	width: 3px;
	padding: 0px 0px 0px 0px;
}

td.borderright {
	background-image: url(/images/groen/borderright.jpg);
        width: 3px;
	padding: 0px 0px 0px 0px;
}

td.borderbottomleft {
	background-image: url(/images/groen/borderbottomleft.jpg);
	width: 3px;
	height: 3px;
	padding: 0px 0px 0px 0px;
}

td.borderbottom { 
	background-image: url(/images/groen/borderbottom.jpg); 
	/* No padding, it fucks up my layout */
}

td.borderbottomright { 
	background-image: url(/images/groen/borderbottomright.jpg); 
	height: 3px;
	width: 3px;
	padding: 0px 0px 0px 0px;
}

td.borderbinnenhoek {
	background-image: url(/images/groen/borderbinnenhoek.jpg);
	width: 3px;
	height: 3px;
	padding: 0px 0px 0px 0px;
}

td.bordertussen {
/*	background-image: url(/images/groen/bordertussen.jpg); */
	background-color: #F2EDD3;
	width: 153px;
	height: 3px;
	padding: 0px 0px 0px 0px;
}

font.pheader { 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 50px;  	
	font-weight: bold;
	color: #00631B;
}

