/* Standaard CSS */                          	

body  {                                      	
	font-family:  Arial, Verdana;    	
	font-size: 11px;                         	
	color:#5781AE;  
	background: #0C246E;                         	
	scrollbar-face-color: #6E80B8;
	scrollbar-track-color: #0C246E;
  	scrollbar-arrow-color: #FFFFFF; 
  	scrollbar-highlight-color: #FFFFFF; 
  	scrollbar-shadow-color: #9999CC;
  	scrollbar-3dlight-color: #0C246E;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;         	
}
img {
	border: 0px;
}
img#icon {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
img#pict {
	vertical-align: top;
}
object {
	position: absolute;  
	top: -20px;
	left: 30%;
    height: 100px;
    width: 600px;
}
hr {
	border: 0px;
	color: #DDE2F1;  
	background: #DDE2F1;  
	width: 100%;  
    height: 1px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}
h2 {
	color: #0C246E;  
	background: #FFFFFF;                         	
	margin-top: 0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 0px;
}
h4 {
	color: #0C246E;  
	background: #DDE2F1;                         	
	width: 100%;  
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
}
div {
	margin-top:5px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:5px;         	
}
span#top {
    display : block;
	background: #FFFFFF;                         	
    border-width: 1px;
    border-style: solid;
	border-color: #FFFFFF;
    width:100%;
}
span#leftside {
    display : block;
	margin-top:0px;
	margin-bottom:0px;
    color: #FFFFFF;
	background: #003A95;                         	
    border-width: 1px;
    border-style: solid;
	border-color: #FFFFFF;
	width: 174px;  
    height:100%;
}
span#area {
    display : block;
	margin-top:0px;
	margin-bottom:0px;
	background: #FFFFFF;                         	
    border-width: 1px;
    border-style: solid;
	border-color: #FFFFFF;
    width:600px;
    height:100%;
}
span#menu {
    display : block;
	margin-top:0px;
	margin-bottom:0px;
	background: #003A95;                         	
    border-top: 0px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 0px;
    border-style: solid;
	border-color: #FFFFFF;
    width:100%;
	height: 30px;  
}
span#pict {
    width:45;
    height:45;
}
span#code {
    width:100;
	vertical-align: top;
}
span#text {
	vertical-align: top;
}
a {
	font-family :  Arial, Verdana;        	
	color : #0C246E;                     	
	text-decoration : underline; 
}                                             	
a:active {                                   	
	font-family :  Arial, Verdana;        	
	color : #0C246E;                     	
	text-decoration : none; 
}                                            	
a:hover {                                    	
	font-family :  Arial, Verdana;        	
	color : #0C246E;                    	
	text-decoration : none;
}                                            	                                         	
a:visited {                                  	
	font-family :  Arial, Verdana;        	
	color : #0C246E; 
} 
table {                                      	
	height: 100%;
	width: 774px;
	margin-top:0px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:5px;         	
	font-family:  Arial, Verdana;	
	font-size: 11px;                         	
}                                            	
select {                                    	
	font-family:  Arial, Verdana;	
	font-size: 11px;                         	
	color:#0C246E;                           	
	line-height: 15px;                       	
}