body						{ font-family: "Arial"; font-size: 13px;  color: #919191; }
input						{ font-family: "Arial"; font-size: 11px;  color: #919191; }
textarea					{ font-family: "Arial"; font-size: 11px;  color: #919191; }

a:link						{ color: #000000; text-decoration: none; }
a:visited					{ color: #000000; text-decoration: none; }
a:hover						{ color: #000000; text-decoration: underline; }
a:active					{ color: #000000; text-decoration: none; }

.dark						{ background-color: #F7F9FD; }
.light						{ background-color: #FFFFFF; }
	
.error						{ font-family: "Arial"; color: #990000; font-size: 11px; }
.normaal					{ font-family: "Arial"; font-size: 13px; color: #919191; }
