		body
		{
			margin: 0; 
			padding: 0;
			height:100%;
			background-color: #000000;
			text-align:center;
			overflow:auto;
		}
		
		#tableThree 
		{  
			border-width:0px; 
			
			border-top-color:#FFFFFF; 
			border-left-color:#FFFFFF; 
			border-right-color:#C0C0C0; 
			border-bottom-color:#C0C0C0; 
			height:160px;
		} 
		
		.button
		{
			border-top-style:none ;
			border-right-style:solid; 
			border-bottom-style:solid;  
			border-left-style:none ;
			border-width:1px; 
			border-top-color:#FFFFFF; 
			border-left-color:#FFFFFF; 
			border-right-color:#C0C0C0; 
			border-bottom-color:#C0C0C0; 
			background:#F8F8F8;
			font-family:arial;
			font-size:11px;
			color:#606060;
			cursor:pointer;
			height:30px;
			text-indent: 5px;
			letter-spacing: 1px;
		}

		
		.subbutton1
		{
			text-indent: 10px;
			height:20px;
			font-size: 9px;
		}
			
		A:active	{COLOR: #606060; text-decoration: none; }
		A:link		{COLOR: #606060; text-decoration: none; }
		A:visited	{COLOR: #606060; text-decoration: none; }
		A:hover		{COLOR: #FF0000; text-decoration: none; }
			
		ul 
		{
			top: 0px;
			padding-left: 20px;
			margin-left: 0;
		}	
					
		.scrollable
		{
			width: 100%; 
			height: 100%; 
			overflow: auto;				
			
			scrollbar-3dlight-color:	"#C0C0C0";
			scrollbar-arrow-color:		"#FF0000";		
			scrollbar-base-color:		"#606060";
			scrollbar-darkshadow-color:	"#FFFFFF";
			scrollbar-face-color:		"#FFFFFF";
			scrollbar-highlight-color:	"#F0F0F0";
			scrollbar-shadow-color:		"#C0C0C0";
			
			letter-spacing: 1px;
			font-family:arial;
			font-size:13px;
			color:#606060;
			line-height: 1.8;
		}
		
		div.scrollable ul
		{
			padding-left: 20px;
			margin-left: 0px;
			margin-top:20px;		
			list-style-type:disc;	
		}
		
		div.scrollable li
		{
			color:#FF0000;
			font-weight:bold;
			font-variant:small-caps;
			font-size:14px;
		}
		
		div.scrollable td
		{
			text-align:left; 
			letter-spacing: 1px;
			font-family:arial;
			font-size:13px;
			color:#606060;
			line-height: 1.8;
		}
		
		.gallery
		{	
			Left : 0px;
			Top:0px;
            margin-left: 0px;
			margin-right: 32px;
			margin-bottom: 32px;
			padding:0px;
			border: 0px solid #C0C0C0;
			cursor:pointer;
			width:176px;
			font-size:9px;
		}
				
		.gallery img
		{
			width:172px;
			padding: 1px;
			border: 1px solid #C0C0C0;
			margin-right: 0px;
			margin-bottom: 0px;
		}
		
		.fullimage
		{	
			padding: 1px;
			border: 1px solid #C0C0C0;
			cursor:pointer ;
		}
			
		#opsomming
		{
			padding-left: 50;
		}
		#opsomming li
		{
			color:#606060;
			font-weight:normal;
			font-variant:normal;
			font-size:13px;
		}
		
		#sitemain
		{
			width: 1024px;
			height: 100%;
			border: 0px;
			text-align: left;
			position: absolute;
			top: 0px;
			left: 50%;
			margin-left: -512px;
			background: #FFFFFF;
		}
