@charset "gb2312";


.pjgm {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 100%;
	line-height: 100%;
}

.pjgm {
	margin: 0 auto;
	font-size: 100%;
	line-height: 100%;
	font-family: ËÎÌå,'Microsoft Yahei','Simhei';
	text-align: center;
	vertical-align: top;
}
fieldset { border: none; }

ul { list-style: none; }

img { border: none; }

strong { font-weight: bold; }

em { font-style: italic; }

sub {
	margin: auto 1px auto;
	font-size: 92.2%;
	vertical-align: -0.15em;
	line-height: 100%;
}
/* Win IE7 & IE6 lower */
* html body sub { font-size: 105%; }
*:first-child+html body sub { font-size: 105%; }
/* */

sup {
	margin: auto 1px auto;
	font-size: 92.2%;
	vertical-align: 0.15em;
	line-height: 100%;
}
/* Win IE7 & IE6 lower */
* html body sup { font-size: 105%; }
*:first-child+html body sup { font-size: 105%; }
/* */


/* 3: Link Setting
=========================================================================================== */

a:link {
	color: black;
	text-decoration: underline;
}
a:visited { 
	color: black;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a[name]:hover { color: black; }
a:active {
	color: black;
	text-decoration: underline;
}

h1 a { text-decoration: none ;}

h1 a[name],h2 a[name],h3 a[name],h4 a[name] {text-decoration: none !important;}

.BlockStyle a:hover{
filter:alpha(opacity=75);
text-decoration: none;
background:#000;
opacity:0.7;}
