STYLE typetextcss .css {
	FONT-SIZE: 11pt;
	LINE-HEIGHT: 10pt;

}
A:link {color: #000099; text-decoration: none } /* 未被访问的链接 红色 */ 
A:visited {color: #000099; text-decoration: none } /* 已被访问过的链接 绿色 */ 
A:hover {color: #FF0000; text-decoration: none } /* 鼠标悬浮在上的链接 橙色 */ 
A:active {color: #000099; text-decoration: none } /* 鼠标点中激活链接 蓝色 */ 	
	
}
TD {
	FONT-FAMILY: "宋体", "Arial", "Times New Roman"; FONT-SIZE: 13px; line-height: 22px
}
SELECT {
	FONT-FAMILY: "宋体", "Arial", "Times New Roman"; FONT-SIZE: 13px; line-height: 22px
}
P {
	FONT-FAMILY: "宋体", "Arial", "Times New Roman"; FONT-SIZE: 13px; line-height: 22px
}
.text {
	BACKGROUND-COLOR: #f1f1f1; BORDER-BOTTOM: #000000 1px outset; BORDER-LEFT: #000000 1px outset; BORDER-RIGHT: #000000 1px outset; BORDER-TOP: #000000 1px outset
}

INPUT {
	FONT-SIZE: 10pt; HEIGHT: 20px
}
.search {
	font-size: 14px;
	color: #666666;
}
.title {
	font-size: 14px;
	color: #0000ff;
}