body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
}

html {
	height:100%;
	width:100%;
}

a
{
text-decoration: none;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
}

.tablemain {
	background-image: url(system/main_bck.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 768px;
	margin-left: auto; margin-right: auto;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.inleiding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.textgroot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

