/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	margin:auto;
	text-align:center;
}
.reportpage{
	padding:10px;
	width:750px;
	text-align:left;
}
.reportpage h2{
	text-align:center;
	padding:10px 0;
}
.reportpage table{
	width:100%;
	border:1px solid #ddd;
	border-collapse:collapse;
	margin:10px 0;
}
.reportpage table td{
	line-height:22px;
	border-bottom:1px dotted #DDD;
	padding:2px 5px;
}

.reportpage table .left{
	font-weight:bold;
	width:150px;
}
.reportpage .dl{
	width:100%;
	margin:10px 0;
	border:1px solid #ddd;
}
.reportpage .dl dt{
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
}
.reportpage .dl dd p{
	font-size:14px;
	text-indent:2em;
	line-height:24px;
	padding:10px;
	letter-spacing:1px;
}