.lijn {
	border-width: 1px;
	border-color: #FF6600;
	border-style: solid;
}

.titel {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 135%;
}

a {
	color: #FF6600
}

.table-top-orange {
	background-image: url(../images/table-top-orange.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.table-mid-orange {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FF6600;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FF6600;
}
.table-bot-orange {
	background-image: url(../images/table-bot-orange.gif);
	background-repeat: no-repeat;
	height: 10px;
}

.table-top-green {
	background-image: url(../images/table-top-green.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.table-mid-green {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #C7E50C;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #C7E50C;
}
.table-bot-green {
	background-image: url(../images/table-bot-green.gif);
	background-repeat: no-repeat;
	height: 10px;
}

.table-top-purple {
	background-image: url(../images/table-top-purple.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.table-mid-purple {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #AE65EB;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #AE65EB;
}
.table-bot-purple {
	background-image: url(../images/table-bot-purple.gif);
	background-repeat: no-repeat;
	height: 10px;
}







.table-top-orange-s {
	background-image: url(../images/table-top-orange-s.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.table-mid-orange-s {
	background-color: #FF6600;
	color: #FFFFFF;
	font-weight: bold;
}
.table-bot-orange-s {
	background-image: url(../images/table-bot-orange-s.gif);
	background-repeat: no-repeat;
	height: 10px;
}

.table-top-green-s {
	background-image: url(../images/table-top-green-s.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.table-mid-green-s {
	background-color: #C7E50C;
	color: #000000;
	font-weight: bold;
}
.table-bot-green-s {
	background-image: url(../images/table-bot-green-s.gif);
	background-repeat: no-repeat;
	height: 10px;
}

.table-top-purple-s {
	background-image: url(../images/table-top-purple-s.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.table-mid-purple-s {
	background-color: #AE65EB;
	color: #FFFFFF;
	font-weight: bold;
}
.table-bot-purple-s {
	background-image: url(../images/table-bot-purple-s.gif);
	background-repeat: no-repeat;
	height: 10px;
}


.table-top-yellow-s {
	background-image: url(../images/table-top-yellow-s.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.table-mid-yellow-s {
	background-color: #FFEE2C;
	color: #000000;
	font-weight: bold;
}
.table-bot-yellow-s {
	background-image: url(../images/table-bot-yellow-s.gif);
	background-repeat: no-repeat;
	height: 10px;
}