body {
	background-color: #D6D5CC;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	margin: 50px;
}
td {
	font-size: 11px;
}
.table {
	height: 700px;
	height: 100%;
	border: 1px solid #808080;
}
.top {
	height: 99px;
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
}
.menu {
	border-top: 1px solid #808080;
	width: 110px;
	height: 100%;
	background-color: #A1B8CA;
	vertical-align: top;
	padding: 20;
}
.content {
	border-top: 1px solid #808080;
	width: 510px;
	height: 100%;
	padding: 20;
	background-color: #FFFFFF;
	vertical-align: top;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.headline {
	font-weight: bold;
	font-size: 14px;
}
