/* CSS Document */
body {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f91b4;}
.content {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-left: 23px;
	margin-top: 10px;
}

.foot{color: #4A719C;}
.foot a:link    {text-decoration: none; color: #4A719C}
.foot a:visited {text-decoration: none; color: #4A719C}
.foot a:active  {text-decoration: none; color: #095585} 
.foot a:hover   {text-decoration: none; color: #095585}

.taal a:link    {text-decoration: none; color: #4A719C}
.taal a:visited {text-decoration: none; color: #095585}
.taal a:active  {text-decoration: none; color: #EFF1F6} 
.taal a:hover   {text-decoration: none; color: #EFF1F6}

TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
TD a:link, TD a:active, TD a:visited{
	color: #000000;
	text-decoration: underline;
}
TD a:hover{
	color: #000000;
	text-decoration: none;
}

.bodytekst{
	line-height: 16px;
}
.titel{
	color: #849ABB;
	font-weight: bold;
}
/* Forumlier */
INPUT{
	border: 1px solid #C0CADD;
	width: 152px;
	height: 18px;
	padding-left: 2px;
}
TEXTAREA{
	border: 1px solid #C0CADD;
	padding-left: 2px;
	font-family:Arial, Helvetica, sans-serif;
	width: 380px;
}
.button{
	font-weight: bold;
	border: 1px solid #C0CADD;
	background-color: White;
	width: 88px;
	height: 23px;
}
