a:link		{
	color : #000066;
	text-decoration: none;
}

a:visited 	{
	color : #000066;
	text-decoration: none;
}

body {
	background-image : url(../images/back.gif);
	background-repeat : repeat;
	background-position : top;
	scrollbar-3dlight-color : #002000;
	scrollbar-arrow-color : #002000;
	scrollbar-darkshadow-color : #002000;
	scrollbar-face-color : ##FFFFCC;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
}

#patroon {
	background-image : url(../images/patternpics.gif);
	width: 100%;
	height: 100%;
	background-position : top;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat : no-repeat;
}

#content {
		width: 100%;
		text-align: center;
		position: absolute;
	left: 0px;
	top: 0px;

	
}

table {
	color : #000000;
	font-family : tahoma;
	font-size :11px;
	line-height : 15px;
	text-decoration : none;
	border:0px solid #fff;
}

.nopadding {
	border : 0px solid #FF0000;
	margin : 0px;
	padding : 0px;
}

