body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #CFCFCF;
	background-image: url(../images/aboutpj.gif);
	MARGIN: 0px;
	BACKGROUND-REPEAT: repeat-x;	
}
a img { border: none; }
img.minpic{ 
	max-width:75px;
	max-height:100px;
	width: expression(this.width > 75 && this.width / 75 >= this.height / 100 ? 75 : true);
	height: expression(this.height > 100 ? 100 : true);
}
img.maxpic{ 
	max-width:400px;
	max-height:300px;
	width: expression(this.width > 400 && this.width / 400 >= this.height / 300 ? 400 : true);
	height: expression(this.height > 300 ? 300 : true);
}

.hong {
	color: #FF0000;
	text-decoration: none;
}
.nv {
	color: #00CC33;
	text-decoration: none;
}
.xiabk {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}

.qq1{
	background:url(/skins/default/images/123.gif) no-repeat bottom right;
}