/*report*/
#globalContents h2 {
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #f6f3f6;
}

#globalContents .report_ul {
	overflow: hidden;
	margin-bottom: 15px;
}

#globalContents .report_ul li{
	float: left;
	width: 236px;
}

#globalContents li a {
	display: block;
	padding: 3px;
}

.new_span{background-color:red; color:white; margin-right:5px;}
