﻿body {
	margin:0px;
	font:12px Tahoma;
	text-align:center;
	BACKGROUND-COLOR: #585858;
}
#container {
	margin:10px auto;
	width:900px;
	margin-top:73px;
	overflow:hidden;
}
#Header {
	width:900px;
	height:80px;
	BACKGROUND-COLOR: #FFFFFF;
}
#PageBody {
	width:900px;
	height:400px;
	background:#FFFFFF;
}
#leftbar {
	width:200px;
	text-align:left;
	height:400px;
	float:left; /*浮动居左*/
	clear:left; /*不允许左侧存在浮动*/
	overflow:hidden; /*超出宽度部分隐藏*/
}
#MainBody {
	width:600px;
	padding-right:60px;
	overflow:hidden; /*超出宽度部分隐藏*/
}
#Footer {
	margin:0px auto;
	width:900px;
	height:40px;
	background:#FFFFFF;
}
#mytd {
	border-bottom: 1px solid #A7AAB3;
}

h2 {
	text-align:left;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
	font-size:14px;
}
p {
	text-align:left;
	text-indent: 1cm;
}
li{
	padding-left: 2mm;
}
.file{
	list-style-image: url("../images/file.gif");
	border-bottom:1px outset red;
	border-bottom-width: 0.1mm;
}
.folder{
	list-style-image: url("../images/folder.gif");
}
.folder_open{
	list-style-image: url("../images/folderopen.gif");
}
A:link {
	FONT-SIZE: 9pt; COLOR: #6f6f6f; FONT-FAMILY: "Verdana"; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 9pt; COLOR: #6f6f6f; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; TEXT-DECORATION: none
}
A:active {
	FONT-SIZE: 9pt; COLOR: #ff0000; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 9pt; COLOR: red; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; TEXT-DECORATION: underline
}