* {
	padding:0px;
	margin:0px;
	background-color:#f8f8f8;
}

body,
html {
	padding:7px;
	font-size: 12px;
	color: #0066CC;
	line-height: 1.5em;
}

h2 {
	font-size: 14px;
	text-align:center;
	font-family: "Î¢ÈíÑÅºÚ", "ËÎÌå";
	color: #900;
	line-height:2em;
	border-bottom:2px solid #900;
	font-style: italic;
	margin-bottom:10px;
}

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 30px;
}

.textlist ul {
	list-style-position:inside;
}

.textlist li {
	line-height:2.3em;
	font-size: 13px;
	color:#4461a3;
	background:url(bg_textlist.gif) repeat-x;
	list-style-type:square;
}

.textlist li a:link,
.textlist li a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#4461a3;
}
.textlist li a:hover {
	text-decoration: underline;
	color:#900;
}

.red_cl {
	color:#C00;
	font-weight: bold;
}