/* CSS Document */
/*************************************************************************************/
/*******************     定义网站页面公共样式       **********************************/
/*************************************************************************************/
 BODY { 
  scrollbar-face-color: rgb(197,218,237);
  SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF; 
  SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
  SCROLLBAR-3DLIGHT-COLOR: rgb(123,166,214); 
  SCROLLBAR-ARROW-COLOR:rgb(103,146,194); 
  SCROLLBAR-TRACK-COLOR: rgb(226,236,245); 
  SCROLLBAR-DARKSHADOW-COLOR: rgb(123,166,214)
   } 
   
 /*BODY {
	BACKGROUND-POSITION: center 50%; 
	BACKGROUND-ATTACHMENT: scroll; 
	BACKGROUND-IMAGE: url(bg_778.jpg); 
	BACKGROUND-REPEAT: repeat-y
}
*/
BODY,table,tr,td{  /*网站默认字体大小*/
  COLOR: #424200;
  MARGIN: 0px;
  FONT-SIZE: 12px;
}   
BODY{  /*网站默认字体大小*/
  leftmargin: 0px;
  topmargin: 0px;
  marginwidth: 0px;
  marginheight: 0px;
}   


/***   默认的链接样式          **********************************/
A:link {/* 未访问的链接 */
  COLOR: #267500;
  TEXT-DECORATION: none;
  font-family: "宋体";
  font-size: 12px;
}
A:visited { /* 已访问的链接 */
  COLOR: #267500;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 12px;
}
A:hover {/* 鼠标在链接上 */ 
  COLOR: #267500;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 12px;
}
A:active {/* 点击激活链接 */
  COLOR: #267500;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 12px;
}


/***   默认的链接样式          **********************************/
table.DataLinks A:link {/* 未访问的链接 */
  COLOR: #339900;
  TEXT-DECORATION: none;
  font-family: "宋体";
  font-size: 12px;
}
table.DataLinks A:visited { /* 已访问的链接 */
  COLOR: #339900;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 12px;
}
table.DataLinks A:hover {/* 鼠标在链接上 */ 
  COLOR: #339900;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 12px;
}
table.DataLinks A:active {/* 点击激活链接 */
  COLOR: #339900;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 12px;
}
table.DataLinks {
  COLOR: #339900;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 12px;
}

/*加盟方式导航文字样式*/

table.ChildNav A:link {/* 未访问的链接 */
	COLOR: #006A8B;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
}
table.ChildNav A:visited { /* 已访问的链接 */
  COLOR: #006A8B;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
}
table.ChildNav A:hover {/* 鼠标在链接上 */ 
  COLOR: #006A8B;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
}
table.ChildNav A:active {/* 点击激活链接 */
  COLOR: #006A8B;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
}
table.ChildNav {
  COLOR: #006A8B;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
}

/*页面底部文字样式*/

table.Bottom A:link {/* 未访问的链接 */
	COLOR: #339900;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 13px;
}
table.Bottom A:visited { /* 已访问的链接 */
    COLOR: #339900;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 13px;
}
table.Bottom A:hover {/* 鼠标在链接上 */ 
    COLOR: #339900;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 13px;
}
table.Bottom A:active {/* 点击激活链接 */
    COLOR: #339900;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 13px;
}
table.Bottom {
    COLOR: #339900;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 13px;
}



/*************************************************************************************/
/*******************          网址分类链接样式      **********************************/
/*************************************************************************************/
.txt {
	font-family: "华文新魏";
	font-size: 20px;
	line-height: 30px;
}
tr.TrBg {
	background-image: url(line_h.gif);
	width: 90%;
}
input.LoginInput {
	height: 18px;
	width: 100px;
}
input.SearchInput {
	height: 20px;
	width: 140px;
}
.index_gsjj {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
}
/*************************************************************************************/
/*******************          导航链接样式      **********************************/
/*************************************************************************************/
.Nav {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
}
.BodyTXT {
	font-family: "宋体";
	font-size: 12px;
	line-height: 25px;
}

td.title {
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 12px;
/*	font-weight: bold; */
}
input.AdminBT {
	height: 22px;
}
input.AdminBTYes {
	height: 22px;
    color: #FF0000;
}
input.AdminBTNo {
	height: 22px;
}
