body {
	background-color: #F9F9F9;
	font-family: Thahoma, Arial, Times New Roman;
	font-size: 10px;
	color: #000000;
	margin: 0; /* to avoid margins */
	text-align: left; /* to correct the centering IE bug*/
}
a {
	font-size: 10px;
	color: #185AD3;
	text-decoration:none;
}
a:link {
	color: #185AD3;
	text-decoration:none;
	cursor:hand;
}
a:visited {
	color: #185AD3;
	text-decoration:none;
}
a:hover {
	color: #185AD3;
	text-decoration:underline;
}
a:active {
	color: #185AD3;
	text-decoration:none;
}
/********************* Frontpage **********************/
#mainMenu {
	positioddn: relative;
	border: none;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
}
/************ Hx tags ********************/
h1 {
	display: inline;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: 000;
}
h3.actievedomeinnaam {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: 000;
}
/******************* Generate forms ******************/
.formNaam {
	font-size: 10px;
	color: #000000;
	font-family: Thahoma, Arial, Times New Roman;
	font-weight: none;
}
.formNaamDik {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Times New Roman;
	font-weight: bold;
}
.schuineTekst {
	font-size: 11px;
	color: #000000;
	font-family: Times New Roman;
	font-style: italic;
}
.kopje {
	font-size: 12px;
	color: #000000;
	font-family: Times New Roman;
}
/******************* Windows ERROR *******************/
#errorScherm {
	position: absolute;
	border: solid #CCC 1px;
	left: 350px;
	top: 150px;
	width: 300px;
	height: 200px;
	background-color: #F9F9F9;
	font-face: Arial, Times new roman, tahoma;
	padding-bottom: 2px;
}
#errorBalk {
	display: relative;
	border: none;
	margin: 0px;
	float: left;
	width: 284px;
	background-color: #000080;
	font-face: Arial, Times new roman, tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#errorSluit {
	display: relative;
	border: none;
	margin: 0px;
	float: right;
	width: 16px;
	background-color: #000080;
}
#errorContent {
	width: 100%;
	height: 75%;
	padding-left: 2px;
	padding-top: 2px;
}
#errorSluitButton {
	width: 100%;
	height: 30px;
	padding-left: 2px;
	padding-top: 2px;
	text-align: center;
}
