body {
	margin: 0 auto;
	padding: 0;
	font: 100% "Times New Roman", serif;
	background: #fff;
	color: #000;
}
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
}
ul {
	list-style-image: none;
	list-style: square inside none;
}
li {
	list-style-type: square;
	display: list-item;
	list-style-image: none;
}
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head {
	color: #000;
	font: normal 100% "Times New Roman", serif;
}
a:link, a:visited {
	text-decoration: underline;
	color: #00f;
	background: inherit;
}
div#container {
	text-align: left;
	width: 950px;
	padding: 0;
	margin: 0 auto;
}
div#content {
	width: 924px;
	padding-top: 2px;
	padding-bottom: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#top_area {
	display: none;
}
div#menu_area {
	display: none;
}
div#log_area {
	display: none;
}
div#footer {
	display: none;
}
div.logoPane {
	display: none;
}
