html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	height: 100%;
}

body {
	background-color: #E8E9EB;
	color: #000000;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	/*vertical-align: top;*/
}

a {
	color: #007BC0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
}

.groupRow input {
	border-width: 0px !important;
}
/* MM4 attributen */
.header {
	font-size: 16px;
	float: left; width: 100%; text-transform: uppercase; margin-bottom: 8px; color: rgb(0, 123, 192);
}