
.table01 {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.tdleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cecece;
}
select {
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #666666;
	width: 124px;
}
.tdbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
}
.dotline {
	height:20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E1E1E1;
}
.dotline1 {
	height:20px;
}
.gray {
height:20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E1E1E1;
}
.white {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.title1 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #127847;
	text-decoration: none;
	font-family: "宋体";
}

.gray {
	color: #959595;
	text-decoration: none;
}


.input01 {
	font-size: 12px;
	border: 1px solid #666666;
	width: 120px;
}


td {color:#000000;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
}
/* 链接颜色 */
a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000;text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}
a:active {color:#000000;}

/* 链接颜色 -white*/
.gray a:link {color: #FF0000; text-decoration:none;}
.gray a:visited {color: #FF0000;text-decoration:none;}
.gray a:hover {color: #FF0000; text-decoration:underline;}
.gray a:active {color: #FF0000;}
#nav {margin:0;padding:0;border:0;
    line-height: 24px;  
    /*定义整个ul菜单的行高和背景色*/ 
} 

/*==================一级目录===================*/ 
#nav a { 
    width:200px;  
    display:block;
    /*Width(一定要)，否则下面的Li会变形*/ 
} 

#nav li { 
    float:left; 
    /*float：left,本不应该设置，但由于在Firefox不能正常显示 
    继承Nav的width,限制宽度，li自动向下延伸*/ 
} 

#nav li a:hover{ 
   /*一级目录onMouseOver显示的背景色*/ 
} 

#nav a:link  { 
    color:#000; text-decoration:none; 
} 
#nav a:visited  { 
    color:#000;text-decoration:none; 
} 
#nav a:hover  { 
    color:#000;text-decoration:none;font-weight:bold; 
} 

/*==================二级目录===================*/ 
#nav li ul { 
    list-style:none; 
    text-align:left; 
} 
#nav li ul li{     
   /*二级目录的背景色*/ 
} 

#nav li ul a{ 
         width:190px;
		 padding-left:20px;/* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/ 
} 

/*下面是二级目录的链接样式*/ 

#nav li ul a:link  { 
    color:#000; text-decoration:none; 
} 
#nav li ul a:visited  { 
    color:#000;text-decoration:none; 
} 
#nav li ul a:hover { 
    color:#000000; 
    text-decoration:none; 
    font-weight:normal; 
    background: #FFFFFF;; 
    /* 二级onmouseover的字体颜色、背景色*/ 
} 

/*==============================*/ 
#nav li:hover ul { 
    left: auto; 
} 
#nav li.sfhover ul { 
    left: auto; 
} 
#content { 
    clear: left;  
} 
#nav ul.collapsed { 
    display: none; 
} 
--> 

#PARENT{ 
    width:110px; 
} 
.STYLE1 {
	font-size: 18px;
	font-weight: bold;
}
-->
*{ font-size: 12px;
color:#000000;}