body {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 10pt; 
	color:#000000; 

 scrollbar-arrow-color:#c5e29f;
 scrollbar-base-color:#c5e29f;
 scrollbar-face-color#c5e29f;
 scrollbar-track-color:#8cc63f;
 scrollbar-highlight-color:#c5e29f;
 scrollbar-3dlight-color:#c5e29f;
 scrollbar-shadow-color:#c5e29f;
 scrollbar-darkshadow-color:#c5e29f;
 
}
html, body, #tbbg {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	}

#tbbg {
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

#kop {
	font-size: 12pt; 
	color:#8cc63f; 
	font-weight: bold;
}


table {
  border-collapse: collapse;
} 

img {
border: none;
}

.cursor {
cursor: pointer;
}

.cdiv {
	direction:ltr;
	padding:10px;
	width:534px;
	height:340px;
	overflow:auto;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0;
}

.subm {
	font-size: 10pt; 
}

a.foo    {color: #000000; font-weight: normal; font-size: 8pt; }
a.foo:link    {color: #000000; font-weight: normal; font-size: 8pt; }
a.foo:visited {color: #000000; font-weight: normal; font-size: 8pt; }
a.foo:hover  {color: #ffffff;  font-weight: bold; font-size: 8pt; }

a:link {
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
} 

a:visited {
 color: #000000;
 font-size: 9pt;
 font-weight: normal;
} 

a:hover {
 color: #8cc63f;
 font-size: 9pt;
 font-weight: bold;
}
 
a {
 color: #000000;
 text-decoration:none;
 font-size: 9pt;
}

