body {
	margin:0px; 
	/*background:#dddddd;*/
	background: #666666;
	color: #444444;
	text-align:justify;
	font-size:11pt;
	}
	
	* {
		padding:0;
		margin:0;
		}
		
.showMenu{
	margin: 0px;
	padding: 0px;
	position: absolute;
	border: 1px solid black;
}
.hiddenMenu{
	display: none;
}
.showItem{
	background: #000000;
	color:#ffffff;
	padding:0px 13px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	filter: alpha(opacity=80);
	opacity: 0.8;

}
.activeItem{
	background: #FFFFFF;
	color:#ffffff;
	padding:0px 13px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

h1{
	border-bottom:1px solid black;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	color: #444444;
	font-family: Helvetica,Arial,sans-serif;
	margin: 10px 20px 15px 20px;
	font-variant:small-caps;
}
h2 {
	font-size:13pt;
	font-weight:bold;
	font-style:normal;
	color: #444444;
	font-family: Helvetica,Arial,sans-serif;
	margin: 10px 20px 15px 20px;
	font-variant:small-caps;
}
h3 {
	font-size:11pt;
	font-weight:bold;
	font-style:normal;
	color: #444444;
	font-family: Helvetica,Arial,sans-serif;
	margin: 10px 20px 15px 45px;
}
p {
	text-align:justify;
	text-indent:15px;
	font-size:11pt;
	color:#444444;
	line-height:15pt;
	margin-left:30px;
	margin-right:30px;
	margin-top:15px;
	margin-bottom:15px;
}
p.right {
	text-align:right;
}
p:first-letter{
	font-size:12pt;
}

ul,ol {
	margin: 10px 50px 15px 50px;
}
li {
	color: #444444;
	margin: 5px 20px;
	text-align:justify;
}
span.quote {
	font-style:italic;
	text-align:justify;
	font-size:11pt;
	color:#444444;
}
.footnote {
	font-size: 9px;
	font-family: Helvetica,Arial,sans-serif;
}

.head{
	background: /*#01648E*/ #FFFFFF url(header.jpg) no-repeat;
	border: 1px solid black;
	padding: 140px 10px 0px 10px;
	width: 750px;
	height: 204px;
}
.footer{
	background: #01648E;
	border: 1px solid black;
	text-align: center;
	color: #eeeeee;
}
.spacer{
	height: 5px;
}
.frametd {
	background-color: #ffffff;
	text-align: justify;
	vertical-align:top;
	border: 1px solid black;
	
}

.frametdreal{
	padding: 10px;
	background-color: #ffffff;
	text-align: justify;
	vertical-align:top;
	font-size: 14px;
	font-family: Tahoma;
	color: #444444;
	width: 100%;
	height: 100%;
}

.floatright{
	float: right;
	padding: 5px;
}

.top{
	vertical-align: top;
}

a {
	font-family: Tahoma;
	color: #5D96CD;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #01648E;
}
a:active {
	text-decoration: none;
	color: #01648E;
}

.aButton{
	float:left;
	background: #FFFFFF;
	margin-left: 10px;
	border: 1px solid black;
	font-size: 12px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.nButton{
	float:left;
	background: #000000;
	border: 1px solid black;
	margin-left: 10px;
	font-size: 12px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.aButton a, .aButton a:hover, .aButton a:visited, .aButton a:visited:hover{
	text-decoration:none;
	color:#444444;
	background: url(./linkImg_black.png) no-repeat left center;
	font-variant:small-caps;
	padding: 0px 5px;
	margin-left: 10px;
	padding-left: 13px;
}
.nButton a, .nButton a:hover, .nButton a:visited, .nButton a:visited:hover {
	text-decoration:none;
	color:#ffffff;
	background: url(./linkImg_white.png) no-repeat left center;
	font-variant:small-caps;
	padding: 0px 5px;
	margin-left: 10px;
	padding-left: 13px;
}
.showItem a, .showItem a:hover, .showItem a:visited, .showItem a:visited:hover{
	text-decoration:none;
	color:#eeeeee;
	background: url(./linkImg_white.png) no-repeat left center;
	font-variant:small-caps;
}
.activeItem a, .activeItem a:visited, .activeItem a:visited, .activeItem a:visited:hover{
	text-decoration:none;
	color:#444444;
	background: url(./linkImg_black.png) no-repeat left center;
	font-variant:small-caps;
}
.footer a, .footer a:visited {
	font-size:9pt;
	color:#eeeeee;
	text-decoration:none;
}
.footer a:hover, .footer a:visited:hover {
	font-size:9pt;
	color:#eeeeee;
	text-decoration:underline overline;
}

.introhead {
	background: url('http://iloapp.lapro-hoogbegaafd.be/data/_gallery/public/0/1258540163_resized.jpg') no-repeat left center;
	width: 750px;
	height: 324px;
}
.introtext {
	background: #ffffff;
}
.introsubtitle{
	font-size: 12px;
	font-family: Tahoma;
}
.introtexttitle {
	font-size: 20px;
	font-weight: bold;
	color: #F1A700;
	font-family: Tahoma;
}
.date {	font-size: 9px;	font-family: Tahoma;}
