body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.navTdOver  {
	cursor : pointer;
	cursor : hand;
	background-color:#f8f2e9;
  padding-left: 15px;
  height: 18px;
  font-weight: bold;
}

.headline {
	font-weight: bold;
}

.navTdOut {
	cursor : auto;
	background-color:#ffffff;
  padding-left: 15px;
  height: 18px;
}

.contentHeadline {
	font-size: 20px;
	font-weight: bold;
	height: 40px;
}

a {
	color: #b57b2d;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}