	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	body {
		background-color: #000000;
		
		font-family: Arial;
		font-size: 11px;
		color: #FFFFFF;
		line-height: 18px;
	}
	
	/********************************************/
	
	span.highlighted {
		color: #C4122F;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.failed 
	{
		font-weight: bold;
		color: #FF5A00;
	}
	
	p.date {
		font-size: 11px;
		color: #FF5A00;
		font-weight: bold;
	}
	
	/********************************************/
	
	label {
		color: #FF5A00;
	}
	
	.text {
		color: #FFFFFF;
		border: 1px solid #FF5A00;
		background-color: #000000;
		width: 290px;
		height: 17px;
		font-family: Arial;
		font-size: 11px;
	}
	
	input.button {
		color: #FFFFFF;
		border: 1px solid #FF5A00;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		width: 81px;
		height: 21px;
		background-color: #000000;
	}
	
	input.check {
		vertical-align: middle;
	}
	
	select {
		border: 1px solid #FF5A00;
	}
	
	/********************************************/
	
	a {
		color: #656565;
		font-size: 11px;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	/********************************************/
	
	.Pijl_Link {
		padding-right: 16px;
		background-image: url('../images/arrows/link.gif');
		background-position: 100% 50%;
		background-repeat: no-repeat;
	}
	
	.pijlTerug {
		padding-left: 16px;
		background-image: url('../images/arrows/back.gif');
		background-position: 2px 50%;
		background-repeat: no-repeat;
	}

	h2 {
		font-size: 12px;
		font-weight: bold;
		color: #FF5A00;
	}
	
	.Kop {
		font-size: 12px;
		font-weight: bold;
		color: #FF5A00;
	}
	
	.subKop {
		color: #656565;
	}

	/********************************************/
	
	div#containerDiv {
		width: 960px;
		margin: 58px auto 0px auto;
	}
	
	div.horBar {
		width: 534px;
		height: 4px;
		line-height: 1px;
		font-size: 1px;
		background-color: #FF5A00;
	}
	
	div.greyBar {
		width: 200px;
		height: 13px;
		line-height: 1px;
		border-bottom: 1px solid #656565;
	}
	
	div.dotBarShort {
		width: 200px;
		height: 1px;
		line-height: 1px;
		border-top: 1px dotted #656565;
	}
	
	div.dotBarLong {
		width: 534px;
		height: 1px;
		line-height: 1px;
		border-top: 1px dotted #656565;
	}
	
	div.content ul,ol {
		margin-left: 16px;
	}
	
	/********************************************/
	
	ul.submenuList {
		width: 200px;
		list-style-type: none;
		margin-top: 10px;
	}
	
	ul.submenuList li a:hover {
		text-decoration: none;
	}
	
	a.submenuLink {
		text-decoration: none;
		padding-left: 16px;
	}
	
	a.submenuLink:hover {
		background-image: url('../images/arrows/link.gif');
		background-position: 2px 50%;
		background-repeat: no-repeat;
	}
	
	/********************************************/
	
	div#contentDiv {
		width: 600px;
		margin-left: 10px;
		float: left;
	}
	
	div#contentDiv ul,ol {
		margin-left: 15px;
	}
	
	/********************************************/
	
	ul.menuList {
		height: 32px;
		width: 534px;
		list-style-type: none;
		margin-top: 1px;
	}

	ul.menuList li {
		width: 120px;
		height: 28px;
		display: block;
		float: left;
		text-align: left;
		cursor: pointer;
		border-bottom: 4px solid #FF5A00;
	}

	ul.menuList li a {
		width: 120px;
		height: 28px;
		display: block;
		color: #FFFFFF;
	}

	ul.menuList li a:hover {
		text-decoration: none;
	}

	/********************************************/
	
	ul.popupMenu {
		position: absolute;
		z-index: 100;
		list-style-type: none;
		width: 120px;
	}
	
	ul.popupMenu li {
		background-color: #FF5A00;
		width: 120px;
		height: 26px !important;
		text-align: left !important;
		line-height: 26px !important;
		border-bottom: 0;
	}
	
	ul.popupMenu li a {
		width: 105px;
		margin-left: 15px;
		color: #FFFFFF !important;
		font-size: 11px;
	}

	ul.popupMenu li.normal a {
		margin-left: 15px;
		color: #FFFFFF !important;
		font-size: 11px;
	}

	ul.popupMenu li a:hover {
		text-decoration: none;
	}

	ul.popupMenu li.hover {
		background-color: #FF955F !important;
	}
	
	/********************************************/

	div.homeLinks a {
		text-decoration: none;
		display: block;
	}
	
	ul#sponsors {
		width: 198px;
		height: 180px;
		list-style-type: none;
		border: 1px solid #656565;
		margin-top: 4px;
	}
	
	/********************************************/
	
	table.formTable {
		width: 600px;
		color: #C4122F;
	}
	
	table.formTable tr td {
		padding-top: 13px;
		line-height: 14px;
		vertical-align: top;
	}
	
	table.formTable tr > td:first-child {
		font-weight: bold;
		width: 260px;
	}
	
	/********************************************/
	
	table.overviewTable {
		width: 534px;
	}
	
	table.overviewTable tr td {
		vertical-align: top;
		padding: 15px 15px 10px 0px;
		border-bottom: 1px dotted #656565;
	}

	img.borderImage {
		border: 2px solid #656565;
	}
	
	/********************************************/
	
	div.objectNav {
		height: 19px;
	}
	
	a.objectNavLink {
		float: left;
		display: block;
		width: 19px;
		height: 19px;
		background-color: #333333;
		text-align: center;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	
	div.objectNavEmpty {
		float: left;
		display: block;
		width: 19px;
		height: 19px;
		background-color: #333333;
	}

	div.objectNav ul {
		float: left;
		height: 19px;
		background-color: #333333;
		list-style-type: none;
	}
	
	div.objectNav ul li a {
		display: block;
		width: 17px;
		height: 17px;
		color: #A3A3A3;
	}
	
	div.objectNav ul li a:hover {
		text-decoration: none;
		background-color: #515151;
	}
	
	div.objectNav ul li {
		float: left;
		width: 17px;
		height: 17px;
		margin: 1px 0px 1px 1px;
		background-color: #333333;
		line-height: 17px;
		text-align: center;
	}
	
	div.objectNav ul li.active {
		background-color: #FF5A00;
	}
	
	div.objectNav ul li.hover {
		background-color: #515151;
	}
	
	/********************************************/
	
	table.calendar {
		width: 200px;
		border: 1px solid #FF5A00;
	}
	
	table.calendar td {
		cursor: default;
	}
		
	a.textcalendar {
		color: #FFFFFF;
		text-decoration: none;
	}
		
	td.linkCell {
		text-align: center;
	}
	
	/********************************************/
	
	table.programTable {
		width: 508px;
	}
	
	table.programTable td {
		height: 24px;
	}
	
	tr.programRow0 td {
		background-color: #212121;
	}
	
	/********************************************/
	
	div.footer {
		width: 960px;
		height: 24px;
		border-top: 2px solid #FF5A00;
		color: #656565;
		line-height: 24px;
	}
	
	div.footer a {
		float: left;
	}