.txt {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

a { text-decoration:none; font-size:8pt; font-family:Arial }
a:link { color:#000000 }
a:visited { color:#000000 }
a:hover { color:#FFFFFF }
a:active { color:#000000 }

.titelspace {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2pt;
	font-style: normal;
}

.bottom {  
  font-family: Arial; font-size: 8pt; color: #000000; font-style: italic
}

.titel {  
  font-family: Arial; font-size: 14pt; font-weight: normal; color: #000000
}

.titel2 {
  font-family: Arial; font-size: 14pt; font-weight: bold; color: #000000
}

.menu {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	font-style: normal;
}


.submenu {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	font-style: normal;
}

SELECT, OPTION {
	font-family: Arial;
	color: #000000;
	width: 250px;
}
SELECT:hover { color:#000000}
OPTION:hover { color:#000000}

INPUT, TEXTAREA {
	font-family: Arial;	
	color: #000000;
	width: 250px;

}
INPUT:hover { color:#000000}
TEXTAREA:hover { color:#000000}


