/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
a {
	color:#555555;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	text-decoration:none;
	color:#bd0000;
}
ul ,li{
	list-style:none; margin:0px; padding:0px;
}
img {
	border:none;
}
.clear {
	clear:both;
	overflow:hidden;
	width:100%;
	height:0px;
}
th,td,tr{ font-family:"宋体"; color: #000050;
    font-size: 12px;
    line-height: 150%; text-align:left;
    margin: 0;
    text-decoration: none;
    word-break: break-all;}


