/* Scrollbar properties are only supported by Internet Explorer 5.5  */
.table
{ 
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
}

.tekst
{
	FONT-FAMILY: Verdana;
	font-size: 11px;
	font-weight: normal;
	color : #000000;
}

.newsbox
{
	height : 17px;
	width : 151px;
	FONT-SIZE: 9px;
	border : solid #A5AAB0;
	border-bottom-width : 2px;
	border-top-width : 2px;
	border-right-width : 1px;
	border-left-width : 1px;
}

.invoer
{
	border : solid #A5AAB0;
	border-bottom-width : 2px;
	border-top-width : 2px;
	border-right-width : 1px;
	border-left-width : 1px;
}

A:LINK, A:VISITED {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color : #56595E;
	text-decoration : none;
	font-weight: normal;
} 

A:HOVER, A:ACTIVE {
	FONT-SIZE: 11px;
	color : #000000;
	text-decoration : underline;
}

A:FOCUS  {
	color: #000000;
	FONT-SIZE: 11px;
	text-decoration: underline;
	outline : #FFFDF0 none thin;
}