body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	background-color: #f6f9fe;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14396e;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14396e;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7594d4;
	text-decoration: underline;
}
a.cn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7285a5;
	text-decoration: none;
}
a.cn:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7285a5;
	text-decoration: none;
}
a.cn:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fe973c;
	text-decoration: underline;
}
a.login:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #15386e;
	text-decoration: underline;
	font-weight: bold;
}
a.login:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #15386e;
	text-decoration: underline;
	font-weight: bold;
}
a.login:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fe973c;
	text-decoration: none;
	font-weight: bold;
}
a.tree:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14396e;
	text-decoration: none;
	font-weight: bold;
}
a.tree:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14396e;
	text-decoration: none;
	font-weight: bold;
}
a.tree:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #759ad0;
	text-decoration: none;
	font-weight: bold;
}
.text1 {
    color:#14396e;
}
.text2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.text3 {
	line-height: 20px;
}
.text4 {
	font-weight: bold;
	color: #000000;
}
.text5 {
	color: #999999;
}
.text6 {
	font-size: 14px;
	font-weight: bold;
	color: #14396e;
}
.text7 {
	color: #f78787;
}
.text8 {
	color: #ff0000;
}
.text9 {
	font-weight: bold;
	color: #14396e;
}
.text10 {
	line-height: 16px;
}
.text11 {
	font-weight: bold;
	color: #FF0000;
}
.text12 {
	font-weight: bold;
	color: #333333;
}
.news-title {
	color: #000000;
	font-size: 18px;
}
.input1 {
	background-color: #f9fbfd;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfcbde;
	border-right-color: #dfe7f4;
	border-bottom-color: #dfe7f4;
	border-left-color: #bfcbde;
	color: #336699;
}
.input2 {
	background-color: #336699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfcbde;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #bfcbde;
	color: #FFFFFF;
}
div.show{
    display:block;
}
div.hidden{
    display:none;
}

span.fold{
    width:100%;
    height:20px;
    padding:0px 10px 0px 10px;
    background-image:url("images/hiddenli.gif");
    background-repeat:no-repeat;
	 CURSOR: pointer
    
}
span.expend{
    width:100%;
    height:20px;
    padding:0px 10px 0px 10px;
    background-image:url("images/shownli.gif");
    background-repeat:no-repeat;
	 CURSOR: pointer
}
span.def{
    width:20px;
    height:20px;
    padding:0px 10px 0px 10px;
    background-image:url("D.gif");
    background-repeat:no-repeat;
	 CURSOR: pointer
}
