@charset "utf-8";
/* base */
body {
	font-size: 10px;
	font-family: Verdana, Arial;
	margin:0px;
	background-color: #000000;
	overflow:hidden;
}
td {
	font-family: Verdana, Arial;
	font-size: 10px;
}
/* link */
a:link,a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a.a1:link,a.a1:visited {
	color: #FF6600;
	text-decoration: none;
}
a.a1:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}
a.a2:link,a.a2:visited {
	color: #cccccc;
	text-decoration: underline;
}
a.a2:hover {
	color: #ffffff;
	text-decoration: none;
}
/* font style */
.td_line1 {
	line-height: 1.7;
}
.td_line2 {
	line-height: 2;
}
.font_1 {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.font_2 {
	color:#F2F2F2;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
.color1 {
	color: #CCCCCC;
}
.img1 {
	background-color: #CCCCCC;
	padding: 1px;
	border: 1px solid #FFFFFF;
}
.location {
	width:960px; 
	margin-left:auto; 
	margin-right: auto;
	padding:15px 0px 20px 0px;
}
/* menu */
.div_menu1 {
	float:left; 
	margin-right:20px; 
	position:relative; 
	cursor:pointer;
}
.div_menu2 {
	visibility:hidden; 
	position:absolute; 
	width:86px; 
	height:32px; 
	background-image:url(Pic/move_bg1.gif); 
	top:-9px; 
	left:20px;
	padding:2px 0px 4px 20px; 
	z-index:999; 
	line-height:1.6;
}
.div_menu3 {
	visibility:hidden; 
	position:absolute; 
	width:87px; 
	height:32px; 
	background-image:url(Pic/move_bg2.gif); 
	top:10px; 
	left:10px;
	padding:7px 0px 4px 15px; 
	z-index:999; 
	line-height:1.6;
}