@charset "UTF-8";
.comm {
	height: 254px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	overflow: auto;
	margin-top: 1px;
}
.commBody   {
	font-size: 13px;
	padding-bottom: 10px;
	line-height: 1.4em;
	margin-right: 20px;
}
.commHeader {
	font-weight: bold;
	color: #B22929;
	margin-right: 1px;
}
.comm p {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}
