P  {}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	font-family : verdana;
	font-size : 8pt;
	color : #5112d3;
}

A:Visited  {
	text-decoration : none;
	font-size : 8pt;
	color : #5112d3;
}

A:Active  {
	text-decoration : none;
	font-size : 8pt;
	color : #5112d3;
}

A:Hover  {
	text-decoration : underline;
	font-size : 8pt;
	color : #5112d3;
}
	
BODY  {
	text-decoration : none;
	font-family : arial;
	font-size : 8pt;
	color : black;


}
}

ID   {
	text-decoration : underline;
	font-family : arial;
	font-size : 1pt;
	color : black;
}

TABLE {
	text-decoration : none;
	font-size : 8pt;
	color : black;
}

FONT.kop {
	text-decoration : none;
	font-family : arial;
	font-size : 13pt;
	color : black;
	text-transform : capitalize;
}

FONT.normal {
	text-decoration : none;
	font-family : arial;
	font-size : 8pt;
	color : black;
}
#dhtmltooltip{
position: absolute;
border: 1px solid red;
width: 150px;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);
}