html, body {
	margin: 		0px;
	padding: 		0px;
	width: 			100%;
	font-family:	verdana;
	font-size: 		12px;
}
div#main {
	float:	left;
	width:	100%;
}
div#zone {
	margin-right:	194px;
	padding: 0px 20px;
	padding-top: 10px;
}
div#right {
	float:	left;
	width:	194px;
	margin-left:	-194px;
}
div.clear {
	clear: both;
}
div.bottom {
	clear: both;
	padding-top: 40px;
	font-size: 10px;
	text-align: center;
}
div.logo {
	float: left;
	width: 200px;
	height: 200px;
}
div.menu {
	background-color: #0099FF;
}
div.menu_1 {
	width: 194px;
	height: 18px;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-image:	url('../images/design/m.jpg');
}
div.palm {
	float: right;
	width: 267px;
	height: 203px;
}
div.top {
	width:				100%;
	height:				203px;
	background-image:	url('../images/design/top.jpg');
}
td.list_chaper_title {
	width: 70px;
	font-weight: bold;
	padding: 0px 5px;
	padding-bottom: 10px;
	text-align: center;
}
td.list_date {
	width: 150px;
	padding: 2px 10px;
	text-align: center;
}
td.list_date_title {
	width: 150px;
	font-weight: bold;
	padding: 0 10px;
	padding-bottom: 10px;
	text-align: center;
}
td.list_hits {
	width: 80px;
	padding: 2px 10px;
	text-align: center;
}
td.list_hits_title {
	width: 80px;
	font-weight: bold;
	padding: 0px 5px;
	padding-bottom: 10px;
	text-align: center;
}
td.list_ip {
	width: 100px;
	padding: 2px 10px;
}
td.list_ip_title {
	width: 100px;
	font-weight: bold;
	padding: 0px 5px;
	padding-bottom: 10px;
}
td.list_ip_title {
	font-weight: bold;
	padding: 0 5px;
	padding-bottom: 10px;
}
td.list_new {
	width: 70px;
	padding: 2px 10px;
	text-align: center;
}
td.list_new_title {
	width: 70px;
	font-weight: bold;
	padding: 0 5px;
	padding-bottom: 10px;
	text-align: center;
}
td.list_nr {
	width: 50px;
	padding: 2px 10px;
	text-align: center;
}
td.list_nr_title {
	width: 50px;
	font-weight: bold;
	padding: 0 5px;
	padding-bottom: 10px;
	text-align: center;
}
td.list_return {
	width: 70px;
	padding: 2px 10px;
	text-align: center;
}
td.list_return_title {
	width: 70px;
	font-weight: bold;
	padding: 0px 5px;
	padding-bottom: 10px;
	text-align: center;
}
td.list_title{
	padding-bottom: 2px 10px;
}
td.list_title_title {
	font-weight: bold;
	padding: 0 10px;
	padding-bottom: 10px;
}
td.list_unique {
	width: 70px;
	padding: 2px 10px;
	text-align: center;
}
td.list_unique_title {
	width: 70px;
	font-weight: bold;
	padding: 0px 5px;
	padding-bottom: 10px;
	text-align: center;
}
td.list_url {
	padding: 4px 0px;
}
input.login {
	width: 100px;
	margin-bottom: 4px;
}
td.lname {
	width: 50px;
	font-size: 10px;
}
select.day {
	margin-bottom: 10px;
	border: 1px solid;
}
input.login_submit {
	width: 60px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0094FF;
	border: 1px solid;
	border-color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.black {
	color: #000000;
	text-decoration: none;
}
a.black:hover {
	color: #000000;
	text-decoration: underline;
}
a.black_underline {
	color: #000000;
	text-decoration: underline;
}