/*report.css*/

#titlereport{
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	width: 760px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	height: 45px;
}

#report{
	width:640px;
	min-height:450px;
	_height:450px;
	margin:0 auto;
	overflow:hidden;
}

#report_date{
	text-align:right;
}
#report_title{
	font-size:130%;
	text-align:center;
	margin:1.5em 0;
	font-weight:bold;
}
#report_scholar{ margin-bottom:10px;}
#report_content{ clear:both; }
#report_introduction{}
#report_images{overflow:hidden;margin:2em auto;}
#report_images img{margin:0 10px 10px 0; vertical-align:middle;}