body {
    margin: 0 0 0 0;
    font: 10px Verdana;
    color: #000000;
	 background-color: #000000;

	 scrollbar-face-color:#9e128a;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-highlight-color:#000000;
    scrollbar-3dlight-color:#FA63E5;
    scrollbar-darkshadow-Color:#fa63e5;
}

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;
	padding: 10 10 10 10;
	text-align: center;
}

/* ---------Table styles------------- */ 

.bg_totaal {
	border-left: 1px solid #FA63E5;
	border-right: 1px solid #FA63E5;
	border-bottom: 1px solid #FA63E5;
}

.headertxt {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	padding-right: 30px;
	padding-top: 4px;
	border-bottom: 1px solid #ffa9f4;
}

.bg_table{
	background: #ffa9f4;
	border: 2px solid #9e2b8f;
	padding: 2px;
}

.case_balk {
	background-image: url(img/bg_case_balk.jpg);
	height: 78px;
}

/* ----- 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 black;	
}

.bigpic{
border: 2px solid #FDB721;	
}

.control
{
background-color: #c548b6;
border: 1px solid black;
}

.playerborder
{
border: 1px solid black;	
}


