/*BY:Neil*/
body{
font-size: 12px; color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(../../../images/bg.gif);
/*滚动条颜色*/
	    scrollbar-face-color: #E6E6E6; 
		scrollbar-highlight-color: #ffffff; 
		scrollbar-shadow-color: #ffffff; 
		scrollbar-3dlight-color: #B0B0B0; 
		scrollbar-arrow-color: #666666; 
		scrollbar-track-color: #f5f5f5; 
		scrollbar-color: #B0B0B0; 
		scrollbar-darkshadow-color: #9C9C9C
}
input,textarea,select,p,span,table,th{font-size:12px;font-family:"宋体";}
td,th{font-size:12px;font-family:"宋体";color:#333333}		
.hand{cursor:hand}
.note{font-size:12px;font-family:宋体;color:#ff0000}

/*链接颜色*/

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

a.News:link {
	color: #336699;
	text-decoration: none;
}
a.News:visited {
	text-decoration: none;
	color: #336699;
}
a.News:hover {
	text-decoration: underline;
	color: #003366;
}
a.News:active {
	text-decoration: none;
	color: #336699;
}

a.tree:link {
	color: #003366;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.tree:visited {
	color: #003366;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.tree:hover {
	color: #000000;
	text-decoration: blink;
	font-size: 12px;
	font-weight: bold;
}
a.tree:active {
	color: #003366;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/*自定义css*/
.index_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E2E2;
}
.red_text {
	font-size: 12px;
	color: #FF0000;
}
.text {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	font-family:"宋体";
}
.login_input {
	background-color: #FFFFFF;
	width: 85px;
	border: 1px solid #333333;
}
.date {
	font-size: 12px;
	color: #663300;
	text-decoration: none;
}
.left_tree_bg {
	background-image: url(../../../images/left_tree_bg.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
}
.left_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
}
