@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}


.left_menu_on {
	background-image: url(images/left_menu_on.gif);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #fc8016;
	cursor:hand;
	text-indent: 35px;
}
.left_menu_out1 {
	background-image: url(images/left_menu_out1.gif);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-indent: 20px;
}
.left_menu_out2 {
	background-image: url(images/left_menu_out2.gif);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-indent: 35px;
}

.table_btmLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}





#Layout_logo {
	height:69px;
	width:900px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#Layout_main_menu {
	height:33px;
	width:904px;
	background-image: url(images/main_menu_out.gif);
	background-repeat: repeat-x;
	margin-bottom: 6px;
}

#Layout_banner{
	height:370px;
	width:900px;
	background-image: url(images/banner_bk.gif);
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;
}

#Layout_copyright{
	height:100px;
	width:900px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fc8016;
	margin-top: 8px;
	line-height: 21px;
}
