body,tr,td {
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
	line-height: 22px;
}
body {
	background-color: #e8e8e8;
	
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.ondertitle {
	color:#fdd600;
	font-size:16px;
	font-weight: bold;
}
.little {
	font-size: 9px;
}
img.border {
	border: 1px solid #000000;
}

a {  
	color: 175d9a;
	text-decoration: underline; 
}
a:hover {  
	color:#cc2228;
	text-decoration: none
}

textarea,select,input {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid ;
}
input.checkbox, input.radio {
	border: none;
}
input.error,textarea.error {
	border-color: #FF0000;
}

input.button {
	font-family: verdana;
	font-size: 11px;
	border: 1px ridge;
}


