p {
	text-indent: 2em;
	
}
body {
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
	color: #666;
	background-image: url(image/backup.jpg);
	background-repeat: repeat;
}
table {
	font-size: 12px;
	text-decoration: none;
}
a:link ,a:visited{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	border-bottom-style: none;
	}




a.other:link {
	font-size: 12px;
	color: #666666;
}
a.other:visited {
	color: #666666;
	text-decoration: none;
}
a.other:hover {
	font-size: 12px;
	color: #006CA9;
	border-top: thin none #005E97;
	border-right: thin none #005E97;
	border-bottom: thin dotted #005E97;
	border-left: thin none #005E97;
	
}


a.bluelink:link,a.bluelink:visited {
	color: #0066CC;
	font-weight: bold;
}
a.bluelink:hover {
	color: #FF6600;
}

.blueBtext{
	color: #0066CC;
	font-weight: bold;
} 
.orageBtext{
	color: #FF6600;
	font-weight: bold;
} 
.whiteBtext{
	color: #FFf;
	font-weight: bold;
} 



a.title:link {
	font-size: 12px;
	color: #0099FF;
}
a.title:visited {
	color: #0099FF;
	text-decoration: none;
}
a.title:hover {
	font-size: 12px;
	color: #0099FF;
	text-decoration: underline;
}



a.redB:link {
	font-size: 12px;
	color: #ff0000;

}
a.redB:visited {
	color: #ff0000;
	text-decoration: none;
}
a.redB:hover {
	font-size: 12px;
	color: #ff0000;
	text-decoration: underline;

}
/*页面头部*/
#header {
	background-image: url(image/headerbackup.jpg);
	background-repeat: no-repeat;
	height: 122px;
	width:800px;
	margin: 0px auto;
}
#menu {
	margin: 3px auto;
	width: 800px;
	}
#menu ul {
	list-style:none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 100px;
}
#menu ul li {float:left;margin:0px 5px}
.menuDiv {
	width:1px;height:10px;background:#999
}
/*中部内容区域*/
#body {
 width:800px; /*设定宽度*/
 margin:8px auto; /*居中*/
}
#mainbody {
 width:590px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
}
#sidebody {
 width:198px;
 text-align:right;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden
}
#otherbody{	
 width:800px; /*设定宽度*/
 margin:0px auto; /*居中*/
}
#otherleft {
	clear: left;
	float: left;
	width: 390px;
	overflow: hidden;
}
#otherright {
	clear: right;
	float: right;
	width: 390px;
	overflow: hidden;
}
#footer{	
 width:800px; /*设定宽度*/
 margin:5px auto; /*居中*/
}
#table{ width:580px; /*设定宽度*/
 margin:0px auto; /*居中*/
}
#tableleft {
 width:28px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
}
#tableright {
 width:560px;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden
