
body  {font-family: "宋体";font-size:9pt;}
.txtBoxStyle2 {
	BACKGROUND-COLOR: #F2FAFD; BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; COLOR: #333333; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; FONT-SIZE: 11px
}
.in {
	BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; FONT-SIZE: 9px
}
.field {
	BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; COLOR: #333333; font-family: "宋体"; font-size: 9pt;
}
.yc {  font-family: "宋体"; font-size: 9pt; color: #333333; letter-spacing: 1pt}
.dfont {  font-family: "宋体"; font-size: 9pt; color: #333333;}
A:link {COLOR: #333333; text-decoration: none }
A:visited {COLOR: #333333; text-decoration: none}
A:active {COLOR: #333333; text-decoration: none}
A:hover {COLOR: #FF0000; text-decoration: none; position: relative; right: 0px; top: 0px }

A.b:link {COLOR: red; text-decoration: none}
A.b:visited {COLOR: red; text-decoration: none}
A.b:active {COLOR: red; text-decoration: none}
A.b:hover {COLOR: blue; text-decoration: none; position: relative; right: 0px; top: 0px }

A.c:link {COLOR: #333333; text-decoration: none}
A.c:visited {COLOR: #333333; text-decoration: none}
A.c:active {COLOR: #333333; text-decoration: none}
A.c:hover {COLOR: blue; text-decoration: none; position: relative; right: 0px; top: 0px }

.new { font-family: "宋体"; font-size: 9pt; color: #333333; letter-spacing: 1px; line-height: 160%}
TD{font-family:宋体; font-size: 9pt; line-height: 13pt;}
.grayline {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;

	border-right-style: solid;
	border-left-style: solid;

	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.engtxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}
.f14{font-size:14px;}
.bold{ font-weight:bold;}
.green{color:#090;}
.color9{color:#09F;}



        #navigation, #navigation li ul {
            list-style-type:none;
        }
        #navigation {
            margin:5px;
        }
        #navigation li {
            float:left;
            text-align:center;
/*            position:relative;
*/        }
        #navigation li a:link, #navigation li a:visited {
            display:block; 
            text-decoration:none; 
            color:#000; 
            width:100px; 
            height:20px; 
            line-height:20px; 
            border:1px solid #fff; 
            border-width:1px 1px 0 0; 
            background:#c5dbf2; 
            padding-left:10px; 
        }
        #navigation li a:hover {
            color:#fff;
            background:#2687eb;
        }
        #navigation li ul li a:hover {
            color:#fff;
            background:#6b839c; 
        }
        #navigation li ul {
            display:none;
/*            position:absolute; 
*/            top:20px;
            left:0;
            margin-top:1px;
            width:100px;
        }
        #navigation li ul li ul {
            display:none;
            position:absolute; 
            top:0px;
            left:130px; 
            margin-top:0;
            margin-left:1px;
            width:120px;
        }