body {
	background-color: #FFCC00;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#bg{
	background-image:  url(img/back.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	text-align: center;
	width:746px;
}
#container {
	margin-right: 23px;
	margin-left: 23px;
	background-color: #FFFFFF;
	width:700px;
	text-align: left;
}
#content{
	padding:15px;
	font-size:12px;
	line-height:1.5;

}
td,th{
	font-size:12px;
	line-height:1.5;
}
.staff-img {
	border: 1px solid #999999;
}
.report-img {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	margin-right: 8px;
}
.font10{
	font-size:10px;
}
table.detail{
	border: 1px solid #999999;
}.comment {
	color: #660000;
}
h3 {
	padding:0 0 2px 0;
	font-size:110%;
	border-bottom:solid 2px #FF4E00;
	margin-bottom:6px;
	color:#000;
}

.small{
	font-size:80%;	
}
td.style1 p{
	margin:8px 0;
}	