body {
	margin: 0 0 0 0;
	font: 10px Verdana;
	color: #000000;
	background-color: #0a0068;
}

td {
	font-family: Verdana;
	font-size: 11px;
}

.titel {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #FDB721; 
}

.txt {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	vertical-align: top;
	padding:11px 20px 12px 18px;
}

/* ---------Table styles------------- */ 

.bg_totaal {
	background: #00a8ff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

.bg_table{
	background: #FDB721;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
}

.case {
	background: #32343E;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ----- Link styles ---------*/

a,a:link,a:visited {
	color: black;
	text-decoration:none;
}

a:hover {
	color: black;
	text-decoration:underline;
}


/* ---------Image en Player (standaard) ------------- */ 
.pict
{
border: 1px solid #ccff00;
}

.bigpic{
border: 2px solid #FDB721;	
}

.control
{
background-color: #4dccff;
}

.playerborder
{
border: 1px solid #0A0068;
}

