/*******	BODY  *******/
/*
*
{
	color: 		#000000;
	font:		normal 14px/20px Verdana, Tahoma, Arial, sans-serif;
	border: 	0;
	padding: 	0;
	margin: 	0;
	text-align: 	left;
}
*/
BODY
{
	background-color: #effff7;
	
	scrollbar-3dlight-color:#4c99e3;/* links boven buiten */
	scrollbar-highlight-color:#f2f6fa;/* links boven binnen */
	
	scrollbar-shadow-color:#f2f6fa;/* rechts onder binnen */
	scrollbar-darkshadow-color:#4c99e3; /* rechts onder buiten */
	
	scrollbar-arrow-color:#4c99e3; /* pijltje */
	scrollbar-face-color:#f2f6fa; /* midden alles */
	scrollbar-base-color:#FFFFFF; /* niets ? */
	
	margin: 10px;
	
	
	background-image: url('images/content_background.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	/**/
}

.background
{
	position: 	absolute;
	top:		0px;
	left:		0px;
	z-index:	20;
	width:		100%;
	height:		63;
}

b
{
	font-weight: 	bold;
}

table
{
	width: 100%;
	border-collapse : collapse;
}

th
{
	text-align: center;
}

td
{
	font-size: 12pt;
}

a:link, a:active, a:visited
{
	color: #444444;
	font-family : Arial;
	font-weight : normal;
	text-decoration: underline;
}
a:hover
{
	color: #666666;
	font-family : Arial;
	font-weight : normal;
	text-decoration : underline;	
}


ul
{
	margin-left: 10px;
	padding-left: 10px;
}
li
{
	list-style-image: url('images/list.gif');
	padding-left: 10px;
}



/*
input
{
	border: 1px solid #666666;
	background-color: #F8F8F8;
	font:		normal 10px/20px Verdana, Tahoma, Arial, sans-serif;
	text-align: right;
	height: 20px;
}
select
{
	border: 1px solid #666666;
	font:		normal 10px/20px Verdana, Tahoma, Arial, sans-serif;
	text-align: right;
}
textarea
{
	border: 1px solid #666666;
	background-color: #F8F8F8;
	font:		normal 10px/20px Verdana, Tahoma, Arial, sans-serif;
	text-align: right;
}


*/
img
{
	border: 0px;
}
