BODY, INPUT, TD, TEXTAREA, OPTION, SELECT
{
	font-family			: 	Tahoma;
	font-size			: 	11px;
	letter-spacing		:	1px;
}

BODY {
 	scrollbar-face-color		:	#FFFFFF;
 	scrollbar-highlight-color	:	#CCCCCC;
 	scrollbar-3dlight-color		:	#CCCCCC;
 	scrollbar-darkshadow-color	:	#CCCCCC;
 	scrollbar-shadow-color		:	#FFFFFF;
 	scrollbar-arrow-color		:	#000000;
 	scrollbar-track-color		:	#CFCFCF;
}
INPUT, TEXTAREA, SELECT
{
  	border				: 1px solid #CFCFCF;
}

TEXTAREA
{
	overflow			: auto;
}


TD
{
	vertical-align		: top;
}

/*
A, A:link, A:active, A:active, A:visited
{
	text-decoration		: none;
	color				: #000000;
	border				: 0px;
}
			
A:hover
{
	text-decoration		: underline;
	color				: #000000;
}
*/

H1
{
	font-size			: 13px;
	font-weight			: bold;
	color				: #0066CC;
	margin				: 0px;
}

HR
{
	height				: 1px;
	border				: 0px solid #0098E3;
	color				: #0098E3;
	
}
H2
{
	font-size			: 11px;
	font-weight			: bold;
	color				: #8C0909;
	margin				: 0px;
	display				: inline;
}

IMG
{
	border				: 0px;
}

/**********************  CLASSES  *************************/

.bottom {
	font-size			:	11px;
	}
.main {
	line-height			:	18px;
	margin				:	10px;
	background-color	:	#FFFFFF;	
	}
.bodyleft {
	margin				:	0px;
	overflow-x			:	hidden;
	background-image	: 	url(/images/leftfillup.gif);	
	}	
.bodybottom {
	background-color	:	#EFEFEF;
}
.bodyright {
	margin-left			:	10px;
	margin-right		:	10px;
	background-color	:	#FFFFFF;
	}
.bodylogon {
	margin				:	25px;
	background-color	:	#FFFFFF;
	}
.done {
	color				:	#FF0000;
	}
.notdone {
	color				:	#000000;
	}
.borderless {
	width				:	15px;
	border				:	0px;
}
.button {
	border-right		:	1px solid #000000;
	border-bottom		:	1px solid #000000;
}
.introtext {
	border				:	1px solid #000000;
	margin-top			:	5px;
	padding				:	5px;
	background-color	:	#CFCFCF;
}
.topbody {
	background-color	:	#000063;
}
.kopje {
	font-style			:	italic;
	font-size			:	15px;
	color				: 	#FFFFFF;
	font-weight			:	bold;
}
.topmenu {
	background-image	: 	url(/images/filluprighttop.gif);	
}
