body{
	font: 11px Arial, sans-serif;
	color: #333333;
}
/*链接类样式*/
a:link{color: #666666;padding:0px;text-decoration: none;}
a:active{color: #666666;padding:0px;text-decoration: underline;}
a:visited{color: #666666;padding:0px;text-decoration: none;}
a:hover{color: #FF0000;padding:0px;text-decoration: underline;}

a.wiki:link{color: #009900;padding:1px;border-bottom:dashed 1px;}
a.wiki:active{color: #009900;padding:1px;border-bottom:dashed 1px;}
a.wiki:visited{color: #009900;padding:1px;border-bottom:dashed 1px;}
a.wiki:hover{color: #FFFFFF;background-color:#009900;padding:1px;text-decoration: none;}

/*表格类*/
table{
	font: 11px Arial, sans-serif;
	color: #000000;
}
td{
	font-family: "Arial"; font-size: 11px; color: #666666;
}
/*表单类*/
.btn {
border: #666 1px solid; 
background: #F0F8FF; 
font: 12px tahoma, sans-serif;
}
.lg_btn {
border: #666 1px solid; 
height:36;
TEXT-ALIGN: center;
background: #F0F8FF; 
font: 12px tahoma, sans-serif;
}
.line {
border: #dddddd 1px solid; 
background: #ffffff; 
font: 12px tahoma, sans-serif;
}
FORM {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px}
input.txt {
border: #999999 1px solid; 
background: #FFFFFF; 
height:20px;
font-size:12px;
}
select {
font:12px arial,tahoma;
}
input.login {
	border-bottom-style: dashed;
	border-bottom-color: #C3CFEA;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
}
textarea.login {
	border-color: #C3CFEA;
	border-style: dashed;
	border-width: 1px;
}


/*层*/
div.top{
	width:770;height:20;
	background-color:white;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	text-align:center;
}
div.foot{
	width:760;height:60;
	border-top:1px solid #dddddd;
	font-family: "Arial"; font-size: 11px; color: #666666;
	background-color:white;
	text-align:center;
}
div.lit_bar_green {
	PADDING-left: 5px;
	PADDING-top: 3px;
	font:  bold 11px tahoma, sans-serif;
	width:260;height:20;
	background-color:white;
	border-top:1px solid #33cc33;
	border-left:4px solid #33cc33;
	border-right-style: none;
	border-bottom-style: none;
}
div.lit_bar_blue {
	PADDING-left: 5px;
	PADDING-top: 3px;
	font:  bold 11px tahoma, sans-serif;
	width:260;height:20;
	background-color:white;
	border-top:1px solid #33cccc;
	border-left:4px solid #33cccc;
	border-right-style: none;
	border-bottom-style: none;
}
div.lit_bar_yellow {
	PADDING-left: 5px;
	PADDING-top: 3px;
	font:  bold 11px tahoma, sans-serif;
	width:260;height:20;
	background-color:white;
	border-top:1px solid #ffcc33;
	border-left:4px solid #ffcc33;
	border-right-style: none;
	border-bottom-style: none;
}
div.lit_bar_red {
	PADDING-left: 5px;
	PADDING-top: 3px;
	font:  bold 11px tahoma, sans-serif;
	width:260;height:20;
	background-color:white;
	border-top:1px solid #ff3333;
	border-left:4px solid #ff3333;
	border-right-style: none;
	border-bottom-style: none;
}
div.lit_bar_grey {
	PADDING-left: 5px;
	PADDING-top: 3px;
	font:  bold 11px tahoma, sans-serif;
	width:260;height:20;
	background-color:white;
	border-top:1px solid #cccccc;
	border-left:4px solid #cccccc;
	border-right-style: none;
	border-bottom-style: none;
}
div.lit_bar_purple {
	PADDING-left: 5px;
	PADDING-top: 3px;
	font:  bold 11px tahoma, sans-serif;
	width:260;height:20;
	background-color:white;
	border-top:1px solid #6633ff;
	border-left:4px solid #6633ff;
	border-right-style: none;
	border-bottom-style: none;
}
div.lit_content {
	width:260;height:100;
	PADDING: 5px;
	background-color:white;
	border-bottom:1px solid #dddddd;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
div.lg_bar_green {
	PADDING-left: 5px;
	PADDING-top: 3px;
	font:  bold 11px tahoma, sans-serif;
	width:490;height:20;
	background-color:white;
	border-top:1px solid #33cc33;
	border-left:4px solid #33cc33;
	border-right-style: none;
	border-bottom-style: none;
}
div.lg_bar_blue {
	PADDING-left: 5px;
	PADDING-top: 3px;
	font:  bold 11px tahoma, sans-serif;
	width:490;height:20;
	background-color:white;
	border-top:1px solid #33cccc;
	border-left:4px solid #33cccc;
	border-right-style: none;
	border-bottom-style: none;
}
div.lg_bar_yellow {
	PADDING-left: 5px;
	PADDING-top: 3px;
	font:  bold 11px tahoma, sans-serif;
	width:490;height:20;
	background-color:white;
	border-top:1px solid #ffcc33;
	border-left:4px solid #ffcc33;
	border-right-style: none;
	border-bottom-style: none;
}
div.lg_bar_red {
	PADDING-left: 5px;
	PADDING-top: 3px;
	font:  bold 11px tahoma, sans-serif;
	width:490;height:20;
	background-color:white;
	border-top:1px solid #ff3333;
	border-left:4px solid #ff3333;
	border-right-style: none;
	border-bottom-style: none;
}
div.lg_bar_grey {
	PADDING-left: 5px;
	PADDING-top: 3px;
	font:  bold 11px tahoma, sans-serif;
	width:490;height:20;
	background-color:white;
	border-top:1px solid #cccccc;
	border-left:4px solid #cccccc;
	border-right-style: none;
	border-bottom-style: none;
}
div.lg_bar_purple {
	PADDING-left: 5px;
	PADDING-top: 3px;
	font:  bold 11px tahoma, sans-serif;
	width:490;height:20;
	background-color:white;
	border-top:1px solid #6633ff;
	border-left:4px solid #6633ff;
	border-right-style: none;
	border-bottom-style: none;
}
div.lg_content {
	width:490;height:100;
	PADDING: 5px;
	background-color:white;
	border-bottom:1px solid #dddddd;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
.gract {
	BORDER-RIGHT: #aaffaa 1px solid; PADDING-RIGHT: 3px; MARGIN-TOP: 2px; PADDING-LEFT: 3px; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; COLOR: #006600; PADDING-TOP: 3px; BORDER-BOTTOM: #aaffaa 1px solid; BACKGROUND-COLOR: #eeffee; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.gract:hover {
	BORDER-RIGHT: #33ff33 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #99ff99 1px solid; MARGIN-TOP: 2px; PADDING-LEFT: 3px; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; BORDER-LEFT: #99ff99 1px solid; COLOR: #ffffff; PADDING-TOP: 3px; BORDER-BOTTOM: #33ff33 1px solid; BACKGROUND-COLOR: #55ff55
}
.gract A:link {
	PADDING-RIGHT: 3px; MARGIN-TOP: 2px; PADDING-LEFT: 3px; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; COLOR: #006600; PADDING-TOP: 3px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.gract A:visited {
	PADDING-RIGHT: 3px; MARGIN-TOP: 2px; PADDING-LEFT: 3px; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; COLOR: #006600; PADDING-TOP: 3px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.gract A:hover {
	BORDER-RIGHT: #33ff33 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #99ff99 1px solid; MARGIN-TOP: 2px; PADDING-LEFT: 3px; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; BORDER-LEFT: #99ff99 1px solid; COLOR: #006600; PADDING-TOP: 3px; BORDER-BOTTOM: #33ff33 1px solid; BACKGROUND-COLOR: #55ff55
}


/*列表*/
ul.rightContent{
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;PADDING-TOP: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; 
}
li.list{
	PADDING-RIGHT: 0px; PADDING-LEFT: 0.75em; BACKGROUND: url(Images/point.gif) no-repeat 0.3em 0.6em; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; LIST-STYLE-TYPE: none
}
/***/
div.left0{
	background:url("../images/litr.gif") no-repeat;
	line-height:22px;
	font-family: "Arial"; font-size: 11px;color:#111111;font-weight:bold;
	text-align:left;
	margin-left:4px;margin-bottom:5px;
	padding-left:8px;
}
div.left1{
	background:url("../images/navtitle.gif") no-repeat;
	height:23px;
	line-height:23px;
	font-family: "Arial"; font-size: 11px;color:#333333;
	text-align:left;
	margin-top:-1px;margin-left:4px;
	padding-left:8px;
}
input.dash{
border-bottom-style: dashed;
border-bottom-color: #C3CFEA;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-width: 1px
}
input.nobd{
border-bottom-style: none;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
input.dot{
FONT: 11px Arial,宋体;
color: #666666;
border-bottom-style: dashed;
border-bottom-color: #444444;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-width: 1px
}
textarea.dot{
FONT: 11px Arial,宋体;
color: #666666;
border-style: dashed;
border-color: #444444;
border-width: 1px
}
input.ndot{
FONT: 11px Arial,宋体;
color: #666666;
border-bottom-style: dashed;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-width: 0px
}
p {
    margin:3px;text-align:left;
}

/*add by yangtiecheng 2006-6-30 */
span.topLink{margin:0px 10px 6px 2px;}
a.topLink {font-size:12px;padding:1px;color:#003333;text-decoration:none;}
a.topLink:hover {font-size:12px;color:white;background-color:#009966;padding:1px;text-decoration:none;}