table {

	font-size: 12px;
	line-height: 160%;
}
body {

	font-size: 12px;
	line-height: 160%;
	margin-left: 0px;
	margin-top: 0px;
}
td {

	font-size: 12px;
	line-height: 160%;
}
.style1{color: #FFFFFF; font-weight: bold; }
.style2{color: #000000 }
.style3{color: #FFFFFF }
.style4{color: #339933 }
a:link {
color: #000000;
	text-decoration: none;
}
a:visited {
color: #000000;
	text-decoration: none;
}
a:hover {
color: #000000;
	text-decoration: none;
}
a:active {
color: #000000;
	text-decoration: none;
}
input {
	border: 1px solid #009933;  //这一个是表示边框是1px,颜色为#E6F6C5
	font-size: 9pt;             //这是输入框里的文字大小
	color: #339933;             //这是输入框里文字的颜色
	background-color:#ffffff
}
a.sk:link {
color: #ffffff;
	text-decoration: none;
}
a.sk:visited {
color: #ffffff;
	text-decoration: none;
}
a.sk:hover {
color: #ffffff;
	text-decoration: none;
}
a.sk:active {
color: #ffffff;
	text-decoration: none;
}
