/* 
geel: #FDDB6E;
donkergroen: #173F28
middengroen: #37613B
*/

html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #173F28;
	height: 100%;
	width: 100%;
	position: fixed; 
	top: 0px; 
	bottom: 0px;
	padding: 0px;
	margin: 0px;
}

.Bg {
	width: 100%;
}

.BgTable {
	width: 100%;
	background-color: #37613B;
}

table.Lines {
	border-top: 1px solid #FDDB6E; 
	border-bottom: 1px solid #FDDB6E; 
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
}

.TableImage { 
	display: block; 
	}
	
.NoBg {
	background-image: none;
}

/* links */

a {
	color: #FDDB6E;
	text-decoration: none;
}
	
a:active {
	color: #FDDB6E;
	text-decoration: none;
}

a:visited {
	color: #FDDB6E;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}	


p {
	color: #FDDB6E;
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* 404 */

.Message {
	font-size: 18px;
	font-weight: normal;
}
	


