@charset "utf-8";
/* CSS Document */

h4 {
	margin-bottom: 5px;
	font-size: large;
	line-height: 1em;
	background-image: url(../img/main_header_bg.gif);
	font-weight: bold;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}
h5 {
	font-size: medium;
	line-height: 1em;
	clear: both;
	font-weight: bold;
	background-image: url(../img/main_header_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 36px;
	vertical-align: middle;
}
.top_comment {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	margin-bottom: 20px;
	clear: both;
}


.comment {
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	margin-bottom: 20px;
	clear: both;
}
