/* Micox Pseudo-class-css2 to IE (MXPC). Activate .hover and .first-child in IE 6 */
* html * { color: expression( (function(who){ if(!who.MXPC){
 who.MXPC = '1';
 if(who.nodeName != 'A'){
  who.onmouseenter=function(){ who.className += ' hover'};
  who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }
 (who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;
} } )(this) , 'auto') }





body.mceContentBody
{
}

h1
{
	font-size: 11pt;
	letter-spacing: 1px;
	font-weight: normal;
	border-bottom: solid 1px #23BCB9;
	padding-bottom: 5px;
}
.ContentLayout
{
	color: #666666;
        display:inline;
}

table.ContentLayout td
{
	padding-left: 60px;
}

table.ContentLayout td:first-child, table.ContentLayout td.first-child
{
     padding-left:0px;
}



table.ContentLayout p
{
	line-height: 20px;
	color: #666666;
}

#content
{
	margin-bottom: 50px;
padding-bottom:40px;
	margin-top: 30px;
}
#content li a
{
	font-weight: lighter;
	font-size: 9pt;
	color: Black;
	text-decoration: none;
	text-transform: uppercase;
       }
#content li a:hover
{
	color: #23BCB9;
}

#content ul
{
	list-style-image: url('bullet.gif');
}

#content ul ul
{     
        margin-left:40px;
        list-style-image: none;
        list-style-type: disc;
}

#content li
{
 margin-bottom: 5px;
line-height: 20px;


}


a, a:link, a:visited
{
color: #23BCB9;
}

a:hover
{
	color: #23BCB9;
}



.Grijs
{
	color: #666666;
}

.Zwart
{
	color: Black;
}

.FactManagementBlauw
{
	color: #23BCB9;
}

