@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;
}
/* ----------------------------------------------------------------------------------------------------------
201009 Index
---------------------------------------------------------------------------------------------------------- */
.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}
* {margin:0; padding:0;}
.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}
#IndexMain {
	margin:0 auto;
	text-align: center;
}
	#IndexContent01 {
	position:relative;
	padding: 0px;
	overflow:hidden;
	width: 1000px;
	text-align: left;
}
    
     #IndexContent01Menu {
	position:absolute;
	top:0px;
	left:0px;
	margin:0;
	width: 1000px;
}
     #IndexContent01Link {
	position:absolute;
	top:5px;
	left:795px;
	margin:0;
	width: 200px;
}


