#header {
	position:absolute;
	width:640px;
	height:112px;
	z-index:5;
	background-color: #FFFFFF;
	left: 12px;
	top: 16px;
}
#buttons {
	position:absolute;
	width:148px;
	height:442px;
	z-index:7;
	left: 12px;
	top: 141px;
	background-color: #FFFFFF;
}
#body {
	position:absolute;
	width:492px;
	height:439px;
	z-index:6;
	left: 158px;
	top: 142px;
	background-color: #FFFFFF;
}
#footer {
	position:absolute;
	width:639px;
	height:48px;
	z-index:9;
	left: 12px;
	top: 577px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Palatino Linotype;
	color: #333333;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
