/* SCHRIFT */
body, p, td, th, a, li, dt, dd {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
}
body, p, td, th, li {
	color: Black;
}
dt {
  font-weight: bold;
  color: #003956;
}
dd {
  margin-bottom: 7px;
}
a {
	color: #0070a8;
	font-weight: bold;
	text-decoration: none;
}
a:HOVER {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #3b3e53;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	margin-top: 0px;
}
h2 {
	border-bottom: 1px dotted #3b3e53;
	font-size: 14px;
}
h3, h4, h5, h6 {
	font-size: 12px;
}
