@charset "gb2312";
*{
	margin: 0px;
	padding: 0px;
}
body{
	/*color: #666666;*/
}

a:link{
	color: #666666;
	text-decoration: none;
}
a:visited{
	color: #4c83b6;
	text-decoration: none;
}
a:hover{
	color: #4c83b6;
	text-decoration: underline;
}
a:active{
	color: #4c83b6;
	text-decoration: none;
}
.m{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.m a:link, .m a:visited {color: #FFFFFF;text-decoration:none;}
.m a:hover {color: #ffff00;text-decoration:none;}
.m1{
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.box{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top: 1px solid #b0aeae;
	border-left: 1px solid #b0aeae;
	border-right: 1px solid #d3d2d2;
	border-bottom: 1px solid #d3d2d2;
	height: 18px;
}
.h{
	font-size: 12px;
	font-weight: normal;
	color: #215c92;
	text-decoration: none;
	line-height: 20px;
}
.b{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 20px;
}
.h1{
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}
.l{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 20px;
}
.l1{
	font-size: 12px;
	font-weight: bold;
	color: #ff7800;
	text-decoration: none;
}
.bold {
	font-weight: bold;
	color: #666666;
}
.inf {
	border: 1px solid #D2D2D2;
}


td {
	font-family: "宋体";
	font-size: 9pt;
	line-height:180%
}
.td1 {
	padding: 3px;
}

.td4 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #f9f9f9;
	padding-left: 10px;
}

.td6 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #f9f9f9;
}

p {
  font-family: "宋体";
  text-indent: 2em;
}

.texts {
  font-family: "宋体";
  font-size: 9pt;
  line-height: 12pt
}

.textb {
font: 12pt/15pt "宋体"
}

.textm {
	font: 10.5pt/14pt "宋体"
}

.etext {
  font-family: "Verdana", "Arial"; 
  font-size: 9pt
}

input {
	border: 1px solid #369;
	/*height: 18px*/
}
Input.Blue
{
    font-size: 12px;
    border-right: #0066cc 1px solid;
    border-top: #0066cc 1px solid;
    border-left: #0066cc 1px solid;
    border-bottom: #0066cc 1px solid;
    background-color: #f1f5fa;
	padding: 1px 1px 1px 1px;
    line-height: 150%;
    cursor: hand;
	height: 23px
}

textarea {  
	border: 1px solid #369
}
.MenuTitle {
	padding-top: 3px;
	font-size: 13px;
	font-weight: bold;
	padding-left:5px; 
	color: #000033;
}

.redfont {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
}

.t1 {background:#B9C8D7;}
.t2 {background:#DBF1FB; font-weight:bold; line-height:25px;}
.t21 {background:#ffffff; font-size:14px; font-weight:bold; line-height:25px;}
.t3 {background:#ffffff;padding:5px;}
.t3 a:link {text-decoration: none;color: #215C92;}
.t3 a:visited {text-decoration: none;color: #215C92;}
.t3 a:hover {text-decoration: none;color: #ff0000;}
.t3 a:active {text-decoration: none;color: #ff0000;}
.t4 {background:#ffffff; line-height:25px; text-align:left; padding:5px;}

.redfont {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
}
.arrowlistmenu{
margin:0 auto;
width: 225px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #333333; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-image: url(list.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	height: 24px;
	padding-top: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(list1.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 1px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
	color: #333333; /*custom bullet list image*/
	display: block;
	padding-left: 60px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 0;
	border-bottom: 1px solid #f9f9f9;
	font-family: "宋体";
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #BB0000;
	background-image: url(list2.gif);
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
