BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #DBDDF4;
	background-color: #020820;
	margin-top: 0px;
	margin-left: 0px;
	margin-height: 0px;
	margin-width: 0px;
	scrollbar-arrow-color: #58607F;
	scrollbar-darkshadow-color: #070F2D;
	scrollbar-base-color: #070F2D;
	scrollbar-highlight-color: #070F2D;
	scrollbar-shadow-color: #58607F;
	scrollbar-track-color: #070F2D;
	scrollbar-3dlight-color: #58607F;
	scrollbar-lightshadow-color: #070F2D;
	
}
A:ACTIVE {
	color : #B4C6FD; text-decoration:none;	
	
	}

A:VISITED {
	text-decoration:underline;
	color : #B4C6FD; text-decoration:none;
	
}

A:LINK {
	color : #B4C6FD; text-decoration:none;
}

A:HOVER {
	color : #7E9DFB; text-decoration:underline;


}


TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
		color : #DBDDF4;
}


.bottomLink {  line-height: 13px}
.kop1 { 
font-family :  Arial, Helvetica, sans-serif; 	
font-size : 13px;
font-weight: bold; 
color: #EEEFF9}
.tekstklein {
	font-size: 10px;
}
.tip {
	font-size: 11px;
	color: #66CCFF;
}
.kopAlbum {
	color: #FC9003;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: blink;

}
.kopSingle {
	font-size: 12px;
	color: #6666FF;
}
.border1 {
	border: 1px solid #58607F;
}
.hoofdtabel {
	background-color: #070F2D;
}
/* -----------------------------------------FORMULIEREN--------------------------------------------- */
/* In tag input type : class="cmd" onblur="this.className='cmd'" onfocus="this.className='txt'" */
/* Tekst en achtergrondkleur invulveld  */
.txt {
	font-family: arial;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#152D8A; /* kleur veld actief */
	color:#FFFFFF; /* kleur tekst actief */
	background-color:transparent;
}
.cmd {
	font-family: arial;
	font-size:11px; /* moet gelijk zijn aan .txt font-size */
	border-style:solid;
	border-width:1px;
	border-color:#404C79; /* kleur veld inactief, ook button */
	color:#666666; /* kleur tekst inactief, ook button */
	background-color:#070F2D;
}
.selectbox {
	font-family: arial;
	font-size:11px; /* moet gelijk zijn aan .txt font-size */
	border-style:solid;
	border-width:1px;
	border-color:#404C79; /* kleur veld inactief, ook button */
	color:#CCCCCC; /* kleur tekst inactief, ook button */
	background-color:#404C79;
}
/* buttons */
.button
{
	font-family:verdana, arial;
	font-size:11px;
	color:white;
	background-color:#061653;
	border: 1px solid #929ABA;
}
