* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: "宋体";
}

	body {	
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}

#container {	
	text-align: center;
	width: 1000px;
	margin: 0px auto;	
}

#menubar {
	text-align: center;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*indexbar部分的CSS*/
#indexbar {	
	width: 1000px;
	height: 30px;
	margin: 0px auto;
	background-color: #e2eaec;	
}

#indexbar .index{
	float: left;
	text-align: left;
	padding-top: 7px;
	padding-left: 7px;
}
#indexbar .app{
	font-family: "黑体";
	text-align: left;
}
#indexbar .data01{
	font-size: 14px;
	padding-left: 1px;
	font-weight: bold;
}

#indexbar .dataUp{
	color: #d91510;
	font-size: 11px;
	font-weight: bold;
}
#indexbar .dataDown{
	color: #1c8906;
	font-size: 11px;
	font-weight: bold;
}

#indexbar .note{
	float: right;
	padding-top: 10px;
	padding-right: 5px;
}
#indexbar .note img{
	padding-right: 2px;
}


/*左侧广告部分的CSS*/

#addleft {
	clear: both;	
	width: 195px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	display: inline;
}

.banner {
	padding-top: 10px;
}


/*超链接样式的CSS*/

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF7471;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/*公用的标题背景的CSS*/

.home_bar03-bg-01 {	
    clear: both;
	width: 7px;
	height: 20px;
	float: left;
	background-color: #669933;
	margin-top: 10px;
}

.home_bar03-bg-02 { 
	width: 750px;
	height: 18px;
	float: left;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	padding-top: 2px;
	line-height: 20px;
	background-image: url(../images/home_bar_002.gif);
	background-repeat: repeat-x;
}


/*其它公用的CSS*/

.goUp02 {
	color: #f63e00;
}

.goUp {
	color: #d91510;
}
.goDown {
	color: #1c8906;
}

.snapshot-input { font-size: 12px; font-family: Arial; font-weight: bold; color: #333333; border: 1px solid #5d5b5c; }

.Title_left{
	text-align: left;
	padding-left: 3px;
}


