@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'cassandra_personal_useregular';
    src: url('cassandra_personal_use-webfont.woff2') format('woff2'),
         url('cassandra_personal_use-webfont.woff') format('woff'),
		 url('cassandra_personal_use-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.rcorners1 {
	border-radius: 15px;
	border: 2px solid #1F93BF;
	background-color: #FFF;
	padding: 20px;
	width:100%;
}
.head_divider {
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #1F93BF;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #1F93BF;
}
.head_divider_bottom {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #1F93BF;
}
