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

.roundedcornr_box_black {
	margin-bottom: 20px;
	padding-right: 1px;
	padding-left: 1px;
	line-height: 14px;
}
.roundedcornr_top_black {
	background-image: url(https://incharters.org/images/blkbx/top.png);
	background-repeat: no-repeat;
	background-position: top;
}
.roundedcornr_bottom_black {
	background-image: url(https://incharters.org/images/blkbx/bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.roundedcornr_top_black div, .roundedcornr_top_black,
.roundedcornr_bottom_black div, .roundedcornr_bottom_black {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcornr_content_black {
	background-color: #040404;
	background-image: url(https://incharters.org/images/blkbx/gradient.png);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFF;
	padding: 10px;
}
.roundedcornr_content_black H1 {
	color: #CCC;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
.roundedcornr_content_black a:link {
	color: #FEB035;
}
.roundedcornr_content_black a:hover {
	color: #FEB035;
	text-decoration: underline;
}
.roundedcornr_content_black a:visited {
	color: #FEB035;
}