body, div, p, img, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
body, div, p, a {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
body {
	text-align: center;
	background-color: #FFF;
}


div#page {
	width: 800px;
	height: 600px;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color: #FFF;
}
div#head {
	padding: 30px 0px 10px 0px;
}
div#menu {
	background-color: #FFF;
	height: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
div#menu a {
	display: block;
	float: left;
	padding: 0px 40px 0px 0px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	text-decoration: none;
	color: #888;
	font-size: 12pt;
	font-weight: bold;
}
div#menu a.cur {
	color: #008;
}

div#menu a:hover {
	color: #00F;
}
div.content { }
h1 {
	color: #888;
	font-size: 22pt;
	clear: left;
}
h2 {
	color: #888;
	font-size: 13pt;
	font-weight: bold;
	clear: left;
}
h3 {
	color: #888;
	font-size: 12pt;
	font-weight: bold;
	clear: left;
}
p {
	font-size: 12pt;
	text-align: justify;
	margin: 0px 0px 20px 0px;
}
p.right {
	text-align: right;
}
div.floatr {
	clear: right;
	float: right;
	border: 1px solid #888;
	padding: 10px;
	margin: 0px 0px 20px 20px;
}
p a {
	font-weight: bold;
	color: #008;
}
p a:hover {
	color: #00f;
}

div#share {
	clear: both;
	margin: 40px 0px 10px 0px;
	padding: 0px;
	zzborder-top: 1px solid #ccc;
	text-align: right;
	font-size: 8pt;
}
div#foot {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 8pt;
}
div#sense {
	clear: both;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 8pt;
}

img.icb {
	width: 12px;
	height: 12px;
	margin: 0px 10px 0px 20px;
}

div.matchY, div.matchN {
	height: 20px;
	border-style: solid;
	border-color: #CCC;
	overflow: hidden;
}
div.matchY {
	background-color: #4D4;
	float: left;
	border-width: 1px 0px 1px 1px;
}
div.matchN {
	background-color: #D00;
	float: left;
	border-width: 1px 1px 1px 0px;
}
.floatl {
	float: left;
	border: 1px solid #888;
	padding: 10px;
	margin: 0px 20px 20px 0px;
}
textarea {
	width: 460px;
	height: 60px;
	border: 1px inset;
	color: #666;
}