@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 400;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
html {
    SCROLLBAR-FACE-COLOR: #ededed;
    SCROLLBAR-HIGHLIGHT-COLOR: #fafafa; 
	SCROLLBAR-SHADOW-COLOR: #bdbdbd; 
	SCROLLBAR-3DLIGHT-COLOR: #f9f9f9; 
	SCROLLBAR-ARROW-COLOR: #002c33; 
	SCROLLBAR-TRACK-COLOR: #f4f4f4; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}
.ShadowContainer {
	background-image: url(../pic/page_shadow01.gif);
	background-repeat: repeat-y;
	width: 1000px;
}
.BgContainer {
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../pic/page_bg.gif);
	width: 980px;
	background-color: #bacbce;
}
.FootContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: 400;
	color: #465F63;
	background-image: url(../pic/foot_bg.gif);
        background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	height: 72px;
}

.MainContainer {
	background-image: url(../pic/page_shadow02.gif);
	background-repeat: repeat-y;
}
.MainTable {
	width: 690px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 20px;
	line-height: 20px;
}
.MainL {
	background-image: url(../pic/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 200px;
	background-color: #f6f6f6;
	margin-right: 50px;
}
