@charset "utf-8";
.report_page_item_title {
	background-color: #3366CC;
	padding: 5px;
	margin-top: 20px;
	border-bottom: 1px dashed #ffffff;
	font-size:16px;
}
.report_page_item_title h2 {
	font-size:12px;
	color:#ffffff;
	margin:0px;
	padding:0px;
}
ol.report_page_list{
	list-style-type: decimal;
	margin:0px 0px 20px 30px;
	padding:0px;
}
ol.report_page_list li{
	margin:5px 0px 0px 0px;
}
.report_page_item_catalogue{
	padding:11px;
	font-size:10px;
	color:#444444;
	background-color: #f7f7f7;
	height:300px;
	overflow:auto;
	border-bottom: 1px dashed #cccccc;
}
