* {
	padding:0px;
	margin:0px;
	background-color:#f8f8f8;
}

body,
html {
	padding:7px;
	color: #535353;
	font:normal normal 13px/20px "Î¢ÈíÑÅºÚ", "ËÎÌå";
}

h2 {
	margin-bottom:10px;
	border-bottom:1px solid #900;
	color: #900;
	font:normal normal 16px/32px "Î¢ÈíÑÅºÚ", "ËÎÌå";
	text-align:center;
}

p {
	text-indent:2em;
	margin-top:10px;
}

.info {
	font-size: 13px;
	line-height:1.5em;
	padding:0px 25px;
}
.right {
	width:100%;
	text-align:right;
}

.textlist {
	margin:10px 0px;
}

.textlist ul { list-style:none;}

.textlist li {
	line-height:2.3em;
	font-size: 14px;
	background:#e5e5e5;
	color:#4461a3;
	text-indent:26px;
}

.textlist li a:link,
.textlist li a:visited {
	text-decoration: none;
	color:#a40000;
	background:#e5e5e5;
}
.textlist li a:hover {
	text-decoration: underline;
	color:#f00;
}

.red_cl {
	color:#C00;
	font-weight: bold;
}
