BODY {
	font-family : Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: smaller;
}

TD,TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size: smaller;
}

A:LINK {color:#C01F00;}

HR {
	color: Red;
}

TH.links {
	background-color : Silver;
	border-right : thin solid Red;
}
TH.boven {
	color : Red;
	text-align : center;
}

LI {
	list-style : url(../img/listItem.GIF);
}

/* Specifieker */

TD.time, SPAN.time{
	text-align : left;
	color: #E5A06B;
	padding-right: 10px;
	font-weight: bolder;
	vertical-align: top;
}

SPAN.Heading3 {
	color: #C01F00;
	font: x-small;
	line-height: 140%;
}

SPAN.Heading2 {
	font: bold small;
	line-height: 140%;
}

SPAN.Heading4 {
	color: #C01F00;
	font: x-small;
	font-weight: bolder;
	line-height: 140%;
}

SPAN.Heading5 {
	color: #C01F00;
	font: x-small;
	font-weight: bolder;
}


/* Navigatie */

TD.navigatieHoofd {
	background=#C01F00;
	padding-left: 2px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	line-height: 150%;
}
TD.navigatieHoofdSelected {
	background=#C01F00;			/*#FFBFBF;*/
	color: White;
	padding-left: 2px;
	border-bottom: 1px solid White;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;
}
TD.navigatieSub {
	padding-left: 2px;
	background: #FF9999;
	text-decoration: none;
}
TD.navigatieSubSelected {
	padding-left: 2px;
	background=#FF9999;
	font-weight: bold;
	text-decoration: none;
}

TD.navigatieHoofd A{
	padding-left: 2px;
	background=#C01F00;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
TD.navigatieHoofdSelected A{
	padding-left: 2px;
	background=#C01F00;			/*#FFBFBF;*/
	color: White;
	font-weight: bold;
	text-decoration: none;
}
TD.navigatieSub A{
	padding-left: 2px;
	background: #FF9999;
	color: Black;
	text-decoration: none;
}
TD.navigatieSubSelected A {
	padding-left: 2px;
	background=#FF9999;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
