html {
	height: 100%;
}

body {
	height: 100%;
}

html,body,tr,td
{
	font-family:Arial;
	font-weight:bold;
	font-size: 12px;
	color:#006600;
}
input,textarea{
	font-family:Arial;
	font-weight:bold;
	font-size: 12px;
	color:#000000;
}

a:visited{color:#006600;;text-decoration:none;}
a:link{color:#006600;;text-decoration:none;}
a:active{color:#006600;;text-decoration:none;}

.bijzonder{
	color:#ff0000;
}
.error {
	color:#ff0000;
	display:none;
}
.groenetekst{
	color:#000000;
}
#caldiv a {
	color:#000000;
	font-weight:normal;
}
#vertaalbox {
	background-color:#DDDDDD;
	border:1px solid black;
	position:absolute;
	padding:1px;
	left:10px;
	top:10px;
}