@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.kopje  { color: #ff9900; font-weight: bold; text-decoration: none }
.interface {
	font-size: 18px;
	text-decoration: none;
}
.interface a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
.interface a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.interface a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
.interface .selected {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.sub {
	font-size: 13px;
	text-decoration: none;
}
.sub a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.sub a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.sub a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.sub .selected {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}