*{
	margin:0px;
	padding:0px;
	list-style:none;
	font-weight:normal;
	overflow:hidden;
	border-style: none;
}
body{
	/*background-color: #eeeeee;*/
}
dl{
	border: 1px solid #CCCCCC;
	padding-top:5px;
	width:228px;
	background-color: #eee;
	margin:0px;
}
dt{
	width:80px;
	height:52px;
	text-align:center;
	line-height:15px;
	font-size:12px;
	float:left;
}
dt a{
	font-weight: bolder;
	color: #777777;
}
dd{
	font-size:12px;
	line-height:17px;
	float:left;
	width:148px;
}
dd a{
	color:#757575;
}
a{
	text-decoration:none;
}
.red-b{
	color:#ff0000;
	font-weight:bolder;
}
.red{
	color:#ff0000;
}
.black{
	color:#000;
}
img{
	border:none;
	margin:0;
	padding:0;
}
.fl{
	float:left;
}
