@charset "utf-8";
body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image: url(../img/bg.gif);
}
body,td {
	font-size:12px;
	font-family: "宋体";
	line-height: 180%;
	text-decoration: none;
}
.button {
	height:20px;
	border:solid #7D91FF 1px;
	background-color:#BFC2FF;
}
.text {
	height:16px;
	font-family: 宋体;
	font-size:12px;
	width:500px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #003333;
}
a:hover {
	text-decoration: underline;
	color: #003333;
}
a:active {
	text-decoration: none;
	color: #003333;
}
.enfont {
	font-family:Arial, Helvetica, sans-serif;
}
.codediv {
	height:expression(this.scrollHeight > 150 ? "150px" : "auto" );
	max-height:150px;
	overflow-y:auto;
	border:solid 1px #ADADAD;
	padding:5px;
	background-color:#E8E8E8;
}
.quotediv {
	border:1px #525252 dotted;
	padding:10px;
}