body {
	background-color: #fff;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 90%;
	line-height: 1.5;
	font-family: sans-serif;
}

a {
	color: #111;
} 

a img {
	border: none;
}

#document {
	margin: 0 auto;
	padding: 0;
}

#topPanel {
	margin: 1em auto;
	width: 650px;
}

.logo {
	float: left;
}

.menu {
	text-align: left;
	float: left;
}

.menu ul {
	width: 250px;
	padding: 0 0 18px 1px;
	margin: 5px 0 3px 0;
	overflow: auto;
}

.menu ul li a.active {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

.sub {
	width: 185px;
	margin: 0;
	text-align: center;
	float: right;
}

.sub img {
	margin: 5px;
}

#contentTray {
	margin: 1em 10px;
	background: url("../graphics/464_bg.png") repeat-y;
	clear: both;
}

#content {
	background: url("../graphics/464_foot.png") left bottom no-repeat;
	padding: 5px 10px 60px 10px;
	text-align: left;
}

table {
	border-collapse: collapse;
}

th {
	background-color: #ddd;
}

td, th {
	border: 1px solid #aaa;
	text-align: center;
	font-size: 80%
}
