.menutext {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.bodytext {
	font-family: Arial;
	font-size: 12px;
}
.titeltext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.titnytext {
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}


.link1:link {
	color: #000000;
	text-decoration: none;
}
.link1:visited {
	color: #000000;
	text-decoration: none
}
.link1:hover {
	color: #FF0000;
	text-decoration: none;
}
.link1:active {
	color: #000000;
	text-decoration: none;
}




select {
	font-family: Arial;
	font-size: 11px;
}
input {
	font-family: Arial;
	font-size: 11px;
}
textarea {
	font-family: Arial;
	font-size: 11px;
}