body {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
table {
	font-size: 12px;
	color: #333333;
}
td {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
form {
	margin: 1px;
	padding: 1px;
}
a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.bg_sty {
	background-color: #FFFFFF;
	background-image: url(index_01.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.td_bg {
	background-color: #4B780E;
	background-image: url(index_15.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.mybox {
	background-color: #FFFFFF;
	margin: 1px;
	padding: 1px;
	border: 1px solid #999999;
	height: 16px;
	width: 115px;
}
.ccbox {
	border: 1px solid #999999;
}


.botline {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.leftline {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
}
.wtext {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
 a.w:link {color: #ffffff}     /* 未访问的链接 */
 a.w:visited {color: #ffffff}  /* 已访问的链接 */
 a.w:hover {color: #000000}    /* 当有鼠标悬停在链接上 */
 a.w:active {color: #ffffff}   /* 被选择的链接 */
