@charset "utf-8";
.rt_image {
	width: auto;
	text-align: center;
	clear: both;
	margin-top: 40px;
}

.rt_text {
	width: auto;
	text-align: center;
	clear: both;
	margin-top: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.rt_text_box {
	width: auto;
	text-align: center;
	clear: both;
	margin-top: 20px;
	padding: 25px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFEAA2;
	background-color: #005192;
}

h1 {
	color: #005192;
	font-size: 36px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #09316E;
	font-size: 36px
}

h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffeaa2;
	font-size: 28px
}

a {
	text-decoration: none;
	color: #0085c9;
	}
	
a:hover {
	text-decoration: none;
	color: #09316E;
	}
