@charset "utf-8";

#section1 h1 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
	padding-top: 10px;
	margin-bottom: 20px;
}
#section1 img {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
}
#section1 p {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-indent: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
#section1  .boldText {
	color: #333333;
	font-weight: bold;
}
#section1 a {
	color: #CC3300;
	font-weight: bold;
}
#section1 a:hover {
	color: #CC3300;
	font-weight: bold;
	text-decoration: underline;
}
