.hela {
	float: none;
	width: 800px;
	background-color: #F0E68C;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: thin;
}
.top {
	background-color: #F0E68C;
	float: left;
	height: 140px;
	width: 800px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #F0E68C;
	border-left-color: #000000;
}
.left {
	background-color: #F0E68C;
	float: left;
	height: 600px;
	width: 200px;
	border-top-width: thin;
	border-top-color: #F0E68C;
}
.main {
	float: left;
	height: 1200px;
	width: 600px;
	background-color: #FFFFFF;
	overflow: auto;
}
.right {
	background-color: #F0E68C;
	float: left;
	height: 600px;
	width: 200px;
}
body {
	background-color: #F0E68C;
}
.hela .main table tr th p em strong {
	font-family: Verdana, Geneva, sans-serif;
}
