a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}

/*滚动条效果*/
BODY { 
	SCROLLBAR-FACE-COLOR: #5EC4EA; 
	SCROLLBAR-HIGHLIGHT-COLOR: #D7EBEC; 
	SCROLLBAR-SHADOW-COLOR: #D7EBEC; 
	SCROLLBAR-3DLIGHT-COLOR: #D7EBEC; 
	SCROLLBAR-ARROW-COLOR: #D7EBEC; 
	SCROLLBAR-TRACK-COLOR: #D7EBEC; 
	SCROLLBAR-DARKSHADOW-COLOR: #D7EBEC;
	background:#D7EBEC;
}
/*15号深灰色字，所有地方*/
body,td,th {
	font-size: 15px;
	line-height: 20px;
	color: #333;
}

/*12号深灰色字，没有在用*/
.w12 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

/*13号深灰色字，右侧简体什么的用，有些页面下面内容用（很少）*/
.w13 {
	font-size: 13px;
	line-height: 22px;
	color: #333333;
}

/*15号深灰色字，右侧顶部两行字，下面内容*/
.w15 {
	font-size: 15px;
	line-height: 25px;
	color: #333333;
}

/*18号粗粉字，右边大标题*/
.w18 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #FF3399;
}

/*15号粗黑色字，页面左侧menu*/
.leftmenu {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}


/*18号黄字，页面左下黄色大标题*/
.submenu {
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
}

/*右侧橘黄色小标题*/
.subtitle {
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #FF6600;
}

/*表单中框子的外侧蓝色细线*/
.textbox {
	border: 1px solid #ADCCC9;
}

/*没在用了*/
.leftbg {
	background-attachment: fixed;
	background-image: url(images/index_10.gif);
	background-repeat: no-repeat;
}
/*news_net.htm 标题居左*/
.newstilte{
  width: 60%;
  height: 25px;
  text-align: left;
  border-bottom:#999999 dashed 1px; 
  text-decoration:none
}

/*news_net.htm 日期居右*/
.newsdate{
  width: 20%;
  text-align: right;
  font-size:12px;
  border-bottom:#999999 dashed 1px; 
  color:#000000; 
}.subtitle2 {
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #390;
}
.subtitle3 {
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #06C;
}
