	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	span.highlighted {
		color: #FF0000;
		font-weight: bold;
	}
	
	span.failed 
	{
		color: red;	
	}
	
	p.date {
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		color: #000000;
	}
	
	a {
		color: #000000;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	.Kop1 {
		font-size: 14px;
		font-weight: bold;
	}
	
	.Kop2 {
		font-size: 12px;
		font-weight: bold;
	}
	
	h1 {
		font-size: 14px;
		font-weight: bold;
	}
	
	h2 {
		font-size: 12px;
		font-weight: bold;
	}
	
	h3 {
		font-size:12px;
	}

	/********************************************/
	
	body {
		background-color: #000000;
		background-image: url('../images/layout/bla.gif');
		background-position: top left;
		background-repeat: repeat-x;
		
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		color: #4C4C4C;
	}
	
	/********************************************/
	
	.text {
		width: 370px;
		border: 1px solid #171717;
		color: #171717;
		padding-left: 3px;
		font-family: Arial, Verdana;
		font-size: 11px;
	}
	
	.button {
		border: 1px solid #FFFFFF;
		background-color: #171717;
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
		width: 65px;
		height: 20px;
	}
		
	/********************************************/
	
	div#whiteDiv {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
	}
	
	div#headerDiv {
		width: 720px;
		height: 200px;
		background-position: top left;
		background-repeat: no-repeat;
		margin: 0px 15px 2px 15px;
	}
	
	div#headerDiv img {
		position: relative;
		left: 10px;
		top: 160px;
	}
	
	div#leftCol {
		width: 524px;
		float: left;
		margin: 0px 2px 0px 0px;
	}
	
	div#rightCol {
		width: 194px;
		float: left;
	}
	
	div#oneCol {
		width: 720px;
		margin: 0px 15px 2px 15px;
	}
	
	div#oneCol ul,ol {
		margin: 0;
		padding-left: 15px;
	}
	
	div#leftCol, div#oneCol {
		line-height: 18px;
		letter-spacing: 1px;
	}
	
	/********************************************/
	
	div#menuDiv {
		background-color: #171717;
	}
	
	ul#menuList {
		width: 514px;
		height: 35px;
		background-color: #171717;
		list-style-type: none;
		text-decoration: none;
	}

	ul#menuList li {
		float: left;
		height: 35px;
		margin-left: 10px;
	}
	
	/********************************************/
	
	table.popupMenu {
		position: absolute;
		z-index: 100;
	}
	
	td.normal {
		background-color: #171717;
		border-right: 1px solid #FFFFFF;
		height: 22px;
		text-align: left;
	}
	
	td.normal a {
		padding-left: 10px;
		padding-right: 10px;
		color: #FFFFFF !important;
		text-decoration: none;
	}
	
	td.normal a:hover {
		text-decoration: none;
	}

	td.hover {
		background-color: #2E2E2E;
		border-right: 1px solid #FFFFFF;
		height: 22px;
		text-align: left;
	}
	
	td.hover a {
		padding-left: 10px;
		padding-right: 10px;color: #FFFFFF !important;
	}
	
	td.hover a:hover {
		text-decoration: none;
	}
	
	/********************************************/
	
	div.rColHead {
		width: 194px;
		height: 35px;
		background-color: #2E2E2E;
		margin-bottom: 2px;
	}
	
	div.rColBlock {
		width: 194px;
		background-color: #171717;
		margin-bottom: 2px;
		color: #FFFFFF;
	}
	
	/********************************************/
	
	table.liveTable {
		width: 680px;
		margin-left: 20px;
		color: #FFFFFF;
	}
	
	table.liveTable th {
		background-color: #171717;
		text-align: center;
		height: 15px;
		border-right:1px solid #FFFFFF;
	}
	
	table.liveTable td {
		border-right:1px solid #FFFFFF;
		padding: 2px 5px 2px 5px;
		font-size: 10px;
	}
	
	table.liveTable a {
		color: #FFFFFF;
	}
	
	tr.liveCell1 {
		background-color: #2E2E2E;
	}
	
	tr.liveCell2 {
		background-color: #171717;
	}
	
	/********************************************/
	
	table#phototable {
		display: inline;
	}
	
	table#phototable td {
		width: 144px;
		padding: 0px 10px 10px 0px;
		text-align: center;
		vertical-align: top;
	}
	
	table#phototable td img {
		cursor: pointer;
	}
	
	/********************************************/
	
	table.gbTable th {
		background-color: #171717;
		color: #FFFFFF;
		width: 400px;
		padding: 3px;
		text-align: left;
	}
	
	table.gbTable td {
		background-color: #2E2E2E;
		color: #FFFFFF;
		padding: 10px;
		text-align: left;
		vertical-align: top;
	}