body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
    line-height: 22px;
    font-family: "verdana";
	background-color: #dedede;
}
p{
text-indent:2em}
table,td,div {
  font-size: 12px;
  font-family: "verdana";
}
A {
  font-size: 12px;
  font-family: "verdana";
  color: #333333;
  text-decoration: none;
}
A:hover {
  font-size: 12px;
  font-family: "verdana";
  color: #990000;
  text-decoration: none;
}

.link {
  font-size: 12px;
  line-height: 22px;
  font-family: "verdana";
  color: #ffffff;
  text-decoration: none;
}
.link:hover {
  font-size: 12px;
  line-height: 22px;
  font-family: "verdana";
  color: #000000;
  text-decoration: none;
}

.menulink {
  font-size: 12px;
  line-height: 31px;
  font-weight:bold;
  font-family: "verdana";
  color: #ffffff;
  text-decoration: none;
}
.menulink:hover {
  font-size: 12px;
  line-height: 31px;
  font-weight:bold;
  font-family: "verdana";
  color: #FFFF00;
  text-decoration: none;
}


.white {
  font-size: 12px;
  line-height: 22px;
  font-family: "verdana";
  color: #ffffff;
  text-decoration: none;
}
/*****红色文字******/
.text_red {
  color: #ff0000;
}
/*****红色链接******/
.link_red {
  color: #ff0000;
}
/*****menu链接样式******/
.link-18-black {
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
}
.link-18-black:hover {
	font-size: 14px;
	color: #ff6600;
  text-decoration: underline; clip:      rect(   ); position: relative; top: 1px; left: 1px
}

.td1 {
	font-size: 13px;
	font-weight: bold;
	font-family: "verdana";
	color: #333333;
    text-decoration: none;
}

.down {
	font-size: 12px;
	font-family: "verdana";
	line-height:18px;
	color: #464646;
    text-decoration: none;
}

.syabout {
	font-size: 12px;
	font-family: "verdana";
	line-height:20px;
	color: #3f3e3e;
    text-decoration: none;
}

.syjishu {
	font-size: 12px;
	font-family: "verdana";
	line-height:18px;
	font-weight:bold;
	color: #d61e00;
    text-decoration: none;
}
.syjishu:hover {
	font-size: 12px;
	font-family: "verdana";
	line-height:18px;
	font-weight:bold;
	color: #666666;
    text-decoration: none;
}

.syjishu2 {
	font-size: 12px;
	font-family: "verdana";
	line-height:18px;
	color: #474747;
    text-decoration: none;
}
.syjishu2:hover {
	font-size: 12px;
	font-family: "verdana";
	line-height:18px;
	color: #990000;
    text-decoration: none;
}

.topsilink {
	font-size: 12px;
	font-family: "verdana";
	line-height:18px;
	color: #464646;
    text-decoration: none;
}
.topsilink:hover {
	font-size: 12px;
	font-family: "verdana";
	line-height:18px;
	color: #990000;
    text-decoration: none;
}

.treemenu {
	font-size: 14px;
	font-weight: bold;
	font-family: "verdana";
	line-height:30px;
	color: #990000;
    text-decoration: none;
}
.treemenu:hover {
	font-size: 14px;
	font-weight: bold;
	font-family: "verdana";
	line-height:30px;
	color: #990000;
    text-decoration: none;
}


/*树形菜单*/
#containerul, #containerul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 2 15px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
/*树形菜单*/

