@charset "utf-8";
body {
	background: #2A3890 url(images/bg-body.gif) repeat-x top;
	margin: 0px;
	margin-bottom: 30px;
	font-family: arial, helvetica, sans-serif;
}
#wrapper {
	background: url(images/profiel.png) no-repeat top right;
}
h1 {
	font-size: 21px;
	font-weight:bold;
	color:#CCCCCC;
}
p, td {
	font-size:12px;
	color: #FFFFFF;
	line-height: 150%;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#wrapper tr td table tr td {
	text-align: center;
}

