body, td, p
{
	font-family: Arial;
	font-size: 12px;
}

.whiteText
{
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}

.prjTitle
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.redText
{
	font-family: Arial;
	font-size: 12px;
	color: #8C2633;
}

a, a:active, a:link, a:visited
{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	font-family: Arial;
	color: #000000;
	text-decoration: underline;
}

.input		
{
	color:#000000;
	background-color:#FFFFFF;
	font-family: arial;
	font-size: 12px;
	border-width: 1px; 
	border-style: solid; 
	border-color: #000000;
	width: 155px;
}

textarea		
{
	color:#000000;
	background-color:#FFFFFF;
	font-family: arial;
	font-size: 12px;
	border-width: 1px; 
	border-style: solid; 
	border-color: #000000;
	width: 240px;
}

.versturen	
{
			color:#8C2634;
			background-color:#FFFFFF;
			font-family: arial;
			font-weight: bold;
			font-size: 12px;
			border-width: 0.1em; 
			border-style: solid; 
			border-color: #8C2634;
}

#knopje
{
	left:128px;
	top:80px;
	position:relative;
	width: 100px;
	height:100px;
	display:block;
	z-index:99;
}