body {
	margin:0;
	padding:0;
}

html {
	overflow-x:hidden;
	SCROLLBAR-FACE-COLOR: #94b2ef;
	SCROLLBAR-HIGHLIGHT-COLOR: #cedff7;
	SCROLLBAR-SHADOW-COLOR: #dee3e7;
	SCROLLBAR-3DLIGHT-COLOR: #94b2ef;
	SCROLLBAR-ARROW-COLOR: #006699;
	SCROLLBAR-TRACK-COLOR: #cedff7;
	SCROLLBAR-DARKSHADOW-COLOR: #94b2ef;
}
font {
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
}
a {
	behavior:url(js/focus.htc);
	text-decoration: none;
	color:#000000;
}

li, td ,div ,span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul {
	margin:0;
	list-style:none;
}

#navList li {
	float:left;
}

#navList a {
	color:#1B4F9A;
	display:block;
	padding:5px;
}

#navList a:hover {
	display:block;
	padding:5px;
	background:url(../images/navbtn.gif);
}

#navList li img {
	margin-right:7px;
}

#searchall {
	width:124px;
	border:1px solid #7E9DB9;
	padding-left:30px;
	background:url(../images/icon_search.gif) no-repeat left;
	background-color:#FFFFFF;
	color:#ACACAC;
}

#way {
	 position:absolute;
	 float:left;
	 padding-left:16px;
}

#wayicon {
	 font-family:Webdings;
	 cursor:pointer;
	 display:block;
}

#searchmenu {
	 float:left;
	 margin:16px 0 0 26px;
	 display:none;
	 padding:2px;
	 position:absolute;
	 background-color:#FFFFFF;
	 border:1px solid #CCCCCC;
}

.menu li {
	padding:3px 0 3px 0;
	font-size:13px;
}

.menu a {
	padding:2px;
	border:1px solid #FFFFFF;
}

.menu a:hover {
	border:1px solid #84aacf;
	background-color:#D5EAFF;
}

.listtop {
	 border-bottom:1px solid #6FA6CA;
	 border-top:1px solid #6FA6CA;
	 background-color:#E0EBFD;
}

.listitem {
	border-bottom:1px solid #CCCCCC;
}

.input{
	line-height: 15px;
	border: 1px solid #CCCCCC;
	height:15px;
}

.input_text {
	line-height: 15px;
	border: 1px solid #CCCCCC;
	height:15px;
}

.Button{
	border:1px solid #999999;
	height:20px;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	background:url("../images/button_bg.gif") fixed repeat-x 50% 50%;
}

.dot {
	background:url("../images/dot.gif") repeat-x bottom;
}

.listtitle {
	background-color:#EEEEEE;
	border-bottom:1px solid #D4D1CB;
	border-top:2px solid #7096E9;
	padding:0 10px 0 10px;
}

.liststag {
	background-color:#E0EBFD;
	border-top:1px solid #6FA6CA;
	border-bottom:1px solid #6FA6CA;
}

.editbox{
	border-right: #EEEEEE 1px groove; 
	border-top: #EEEEEE 1px groove; 
	border-bottom: #EEEEEE 1px groove; 
	border-left: #EEEEEE 1px groove; 
	font: 12px ËÎÌå;
	color: #000000; 	
	background-color: #F5F5F5;
}
.copyrights{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 28px;
}

.help_bt {
	background-image:url(../images/question_inactive.gif);
	width:17px;
	height:17px;
}

.help_bt:hover {
	background-image:url(../images/question_active.gif);
}

.floathelp { 
	position:absolute;
	width:138px;
	margin-top:19px;
    border: 1px solid #FFC30E; 
	padding: 5px; 
    background-color:#FFFFED;
	line-height:18px;
	display:none;
} 