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

.roundedcornr_box_white {
	margin-bottom: 20px;
	padding-right: 1px;
	padding-left: 1px;
	line-height: 14px;
}
.roundedcornr_top_white {
	background-image: url(https://incharters.org/images/whtbx/top.png);
	background-repeat: no-repeat;
	background-position: top;
}
.roundedcornr_bottom_white {
	background-image: url(https://incharters.org/images/whtbx/bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.roundedcornr_top_white div, .roundedcornr_top_white,
.roundedcornr_bottom_white div, .roundedcornr_bottom_white {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcornr_content_white {
	background-color: #B2B2B2;
	background-image: url(https://incharters.org/images/whtbx/gradient.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
}
.roundedcornr_content_white h1 {
	color: #000;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.roundedcornr_content_white a:link {
	color: #900;
}
.roundedcornr_content_white a:hover {
	color: #900;
	text-decoration: underline;
}
.roundedcornr_content_white a:visited {
	color: #900;
}