@charset "gb2312";
/* CSS Document */
<style type="text/css">
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif, 宋体 ;
	font-size: 12px;
	color: #666666;
}
body {
	margin: 0px;
	background-repeat: repeat-x;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #0572cd;
}
a:active {
	text-decoration: none;
}
/*   menu     */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right:5px;
}
.menu:link {
	text-decoration: none;
	padding-right:15px;
}
.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding-right:15px;
}
.menu:hover {
	text-decoration: none;
	color: #DDDDDD;
	padding-right:15px;
}
.menu:active {
	text-decoration: none;
	padding-right:15px;
}

/*input通用样式*/
.txtinput{
 border:#aaaaaa 1px solid;
}
/*文本域,下拉列表通用样式*/
.input_textarea{
	border-top: 1px;
	border-right: 1px;
	border-left: 1px;
	border-bottom: 1px solid #d2d2d2;
}
	
	
/*下拉列表的CSS*/
.sel { font-size: 12px; width: 100px; position: relative; left: -2px; top: -2px;}
.box { border:1 solid #BBBBBB; height: 19px; width: 99px; }
.box2 { border:1 solid #FFFFFF; overflow: hidden; width: 97px; height: 17px; }


/*文字色*/
.colorBlue {color: #0066CC}
.colorWhite {color: #FFFFFF}
.class_lv2 {
	font-size: 13px;
	color: #666666;
}
.news_title {
	font-size: 16px;
	font-weight: bolder;
}
/*行高*/
.line_height_150 {
	line-height: 150%;
}
.line_height_200 {
	line-height: 200%;
}

/*单元格的方框*/
.td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.lefttree{
	padding:2px 0px 2px 10px;
	border-bottom-color:#cccccc;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
-->
</style>
