@charset "utf-8";
.body-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #0052a4;
	text-decoration: none;
	text-align: center;
}
.submit_button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0052a4;
	background-color: #D7EBFF;
	height: 40px;
	width: 150px;
	border: 1px solid #0052a4;
	-webkit-transition: all 50ms ease-in-out 20ms;
	-moz-transition: all 50ms ease-in-out 20ms;
	-ms-transition: all 50ms ease-in-out 20ms;
	-o-transition: all 50ms ease-in-out 20ms;
	transition: all 50ms ease-in-out 20ms;
	cursor: pointer;
}
.input1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0052a4;
	background-color: #D7EBFF;
	height: 30px;
	width: 30px;
	border: 1px solid #0052a4;
	-webkit-transition: all 50ms ease-in-out 20ms;
	-moz-transition: all 50ms ease-in-out 20ms;
	-ms-transition: all 50ms ease-in-out 20ms;
	-o-transition: all 50ms ease-in-out 20ms;
	transition: all 50ms ease-in-out 20ms;
	cursor: default;
}
.input_txtfld {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0052a4;
	background-color: #D7EBFF;
	height: 30px;
	width: 450px;
	border: 1px solid #0052a4;
	-webkit-transition: all 50ms ease-in-out 20ms;
	-moz-transition: all 50ms ease-in-out 20ms;
	-ms-transition: all 50ms ease-in-out 20ms;
	-o-transition: all 50ms ease-in-out 20ms;
	transition: all 50ms ease-in-out 20ms;
	cursor: default;
}
.input_txt2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0052a4;
	background-color: #D7EBFF;
	height: auto;
	width: 450px;
	border: 1px solid #0052a4;
	-webkit-transition: all 50ms ease-in-out 20ms;
	-moz-transition: all 50ms ease-in-out 20ms;
	-ms-transition: all 50ms ease-in-out 20ms;
	-o-transition: all 50ms ease-in-out 20ms;
	transition: all 50ms ease-in-out 20ms;
	cursor: default;
}

.input_select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #0052a4;
	background-color: #D7EBFF;
	height: 30px;
	width: auto;
	border: 1px solid #0052a4;
	-webkit-transition: all 50ms ease-in-out 20ms;
	-moz-transition: all 50ms ease-in-out 20ms;
	-ms-transition: all 50ms ease-in-out 20ms;
	-o-transition: all 50ms ease-in-out 20ms;
	transition: all 50ms ease-in-out 20ms;
	cursor: default;
}

p {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
