@charset "gb2312";
/* CSS Document */
*{
	font-size:12px;
	font-family:Arial,"Î¢ÈíÑÅºÚ",microsoft yahei;
	padding:0px;
	margin:0px auto;
	list-style:none;
	line-height:24px;
}
body{
	background:#f8f8f8;
}
.body{
	width:100%;
	overflow:hidden;
}

img{
	border:0px;
	display:block;
}

a{
	text-decoration:none;
}

a:visited {
color:#1A3D67;
    text-decoration: none;
}
a:hover {
    color: #dc6e21;
    text-decoration:underline;
}
a:active {
color:#1A3D67;
    text-decoration: none;
}

.fL{
	float:left;
	overflow:hidden;
	display:inline;
}

.fR{
	float:right;
	overflow:hidden;
	display:inline;
}

.yahei{
	font-family:microsoft YaHei,"Î¢ÈíÑÅºÚ";
}

.bold{
	font-weight:bold;
}

#topnav{width:100%; height:32px; background:#F2F2F2}#topnav p{width:1000px; margin:0 auto; line-height:32px; letter-spacing:1px}
#topnav p a{color:#333333;}

.width{
	width:1000px;
	overflow:hidden;
}