@CHARSET "gb2312";

body {
	background-color: #E8F5FF;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
}

a {
	color: #000000;
	text-decoration: none;
}

.title {
	text-align: center;
	color: rgb(0, 102, 153);
	font-size: 20px;
	font-weight: bold;
	font-family: "ËÎÌå";
	line-height: 240%;
	margin: 0;
	background: #edf6ff;
}

.content {
	padding: 5px 25px 5px 25px;
	font-size: 13px;
	line-height: 180%;
	word-wrap: break-word;
}

.messagelist {
	margin: 5px 10px 5px 10px;
	border: #cccccc dashed 1px;
	padding: 0px 5px 0px 5px;
	line-height: 28px;
}

.pageTable {
	width: 100%;
	background: #B6E6FB;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.trrow1 {
	background: #F8FDFF;
}

.trrow2 {
	background: #E6F3FA;
}

.turnPage{
	padding: 0px 10px 0px 10px;	
}

.pageTable tr td {
	border: #F8FDFF solid 1px;
	padding: 2px 5px 2px 15px;
	line-height: 28px;
}

.pageTable .trrow1 .tdlabel,.pageTable .trrow2 .tdlabel {
	font-weight: bold;
	text-align: right;
}

.pageTable .trrow1 .tdtext,.pageTable .trrow2 .tdtext {
	text-align: left;
}