 @charset "utf-8";
 
.leftCell, .rightCell, .topCell {
	float: left;
	padding-left: 5px;
	height: 20px;
	width: 195px;
}


.leftCell {
	border-right: 2px solid #aaa;
	
}
.rightCell {
	padding-left: 8px;
	width: 170px;	
}
.topCell { 
	border-bottom: 2px solid #aaa;
	padding-top: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	
}
.scrollingPane {
	width: 100%;
	height: 338px;
	overflow: auto;
}
.contentCell {
	padding-top: 5px;
	height: 30px;
	font-size: 14px;
}
.twoLine {
	height: 40px;
}
.threeLine {
	height: 60px;
}
p {
	margin-top: 0px;
	margin-left: 16px;
	text-indent: -16px;
}

p.twoDigit {
	margin-left: 25px;
	text-indent: -25px;
}
	