
/*字体*/
.font9pt {
	font-size: 9pt;
	line-height: 150%;
	color: #000000;

}

/*按钮*/
.buttonface {
	 font-size: 9pt; border: 1pt #000000 solid
}

/*单行文本*/
.textface {
	border: 1px solid #003366;
}

/*多行文本*/
.textareaface {
	border: 1px solid #003366;
}

/*导航图片方块效果*/
.Up{/*上浮*/
	BORDER-TOP: 1px ridge;
	BORDER-BOTTOM: 1px ridge;
	BORDER-LEFT: 1px ridge;
	BORDER-RIGHT: 1px ridge;
	CURSOR: hand
}
.Down{/*下沉*/
	BORDER-TOP: 1px groove;
	BORDER-BOTTOM: 1px groove;
	BORDER-LEFT: 1px groove;
	BORDER-RIGHT: 1px groove;

	CURSOR: hand;

	PADDING-TOP: 1px
	PADDING-BOTTOM: 1px;
	PADDING-LEFT: 1px;
	PADDING-RIGHT: 1px;
}
.None{/*平铺*/
	BORDER-TOP: rgb(240,240,240) 1px solid;
	BORDER-BOTTOM: rgb(240,240,240) 1px solid;
	BORDER-LEFT: rgb(240,240,240) 1px solid;
	BORDER-RIGHT: rgb(240,240,240) 1px solid;
	CURSOR: hand
}





/****************************************************************/
/*周剑桥的样式*/







/****************************************************************/
/*张勤的样式*/
.center1 {
	text-align: center;
	border: 1px solid #000000;
	font-size: 9pt;
	height: auto;


}
.buttonnosize {
	padding: 0px;
	border: 0px 0;
	font-size: 9pt;

}
.buttonnocenter {
	font-size: 9pt;
	text-align: center;
	border: 0px 0;
}
.bg {
	background-repeat: no-repeat;
}

