body {
	background-color: #EDEDED;
	font-family: verdana;
	font-size: 11px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
td {
	font-size: 11px;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.submenu{
margin-bottom: 0.5em;
}
.menu1 {
	font-size: 11px;
	color: #EDEDED;
	font-weight: bold;
}
.menu1:link {
	text-decoration:none;
}
.menu1:visited {
	text-decoration:none;
}
.menu1:active {
	text-decoration:none;
}
.menu1:hover {
	text-decoration:none;
}
.menu2 {
	font-size: 10px;
	color: #EDEDED;
}
.menu2:link {
	text-decoration:none;
}
.menu2:visited {
	text-decoration:none;
}
.menu2:active {
	text-decoration:none;
}
.menu2:hover {
	text-decoration:none;
}
.note {
	color: #1F3466;
	font-size: 10px;
}
.form_element {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	width: 200px;
}
.form_message {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	width: 400px;
	height: 200px;
}
.form_message2 {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	width: 400px;
	height: 50px;
}
.headline {
	font-size: 16px;
	font-weight: bold;
	color: #1F3466;
}