body {
	width: 760px;
	text-align: center;
	margin: 5px auto 5px auto;
	padding: 0;
	font-family: Verdana, Lucida;
    font-size: 10pt;
	color: black;
	background-color: white;
}

body, img {
  	border: 0 none;
}

a {
	color: darkslategray;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2 {
	padding-top: 25px;
	color: darkgreen;
}

li {
	list-style: url('./list.gif');
}

td {
	font-family: Verdana, Lucida, Helvetica;
    font-size: 10pt;
	color: black;
	background-color: whitesmoke;
}

/* -------------------------------------------------------- */

#all {
	width: 760px;
	border: 1px solid darkslategray;
	background-color: white;
}

#head {
	width: 760px;
	padding: 10px 0 10px 0;
	background-color: white;
	border-bottom: 1px solid darkslategray;
}

#left {
	width: 130px;
	_width: 150px;
	float: left;
	padding: 10px 15px 0 15px;
	text-align: left;
	background-color: white;
	min-height: 540px;
	_height: 540px;
	line-height: 140%;
	_margin-right: -3px;
}

#main {
	width: 570px;
	_width: 599px;
	float: right;
	padding: 10px 15px 0 14px;
	border-left: 1px solid darkslategray;
	text-align: justify;
	background-color: white;
	min-height: 540px;
	_height: 540px;
	line-height: 140%;
}

#foot {
	width: 760px;
	padding: 5px 0 5px 0;
	clear: both;
	background-color: white;
	border-top: 1px solid darkslategray;
	font-weight: bold;
}

/* -------------------------------------------------------- */

a.visible {
	padding: 0 0 0 10px;
	display: block;
	text-decoration: none;
}

a.visible:hover {
	padding: 0 0 0 9px;
	width: 121px;
	border-left: 1px solid darkslategray;
	text-decoration: underline;
}

a.hidden {
	display: none;
}

td.t_title {
	background-color: palegoldenrod;
	font-weight: bold;
}

/* -------------------------------------------------------- */

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.float {
	float: left;
}

.info {
	padding: 5px;
	background-color: ivory;
	border: 1px solid darkslategray;
}

.left_s {
	width: 280px;
	float: left;
}

.right_s {
	width: 280px;
	float: right;
}

.q, .qq {
	color: darkgreen;
}

.qq, .rr {
	font-weight: bold;
}

.r, .rr {
	color: red;
}

.title {
	text-align: center;
	font-weight: bold;
	border: 1px solid darkslategray;
	margin: 0 0 5px 0;
}

.title_menu {
	width: 128px;
	_width: 129px;
}

.title_main {
	width: 568px;
	_width: 569px;
}

.toplist {
	display: none;
}
