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

body {
	background: url(/images/18FRCFrontBanner1920.jpg) center no-repeat scroll;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	}
body,td,th {
	font-family: "Open Sans", sans-serif;
	font-size:14px;
}/*
a:link {
	color: #9C0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9C0;
}
a:hover {
	text-decoration: underline;
	color: #0CC;
}
a:active {
	text-decoration: none;
}
input, textarea {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:2px solid #ccc;
	padding:5px;
	font-weight:bold;
	font-size:14px;
	background:#FFF;
}
input:hover, textarea:hover {
	background:#efefef;
}
.submit {
	background:#9C0;
	color:#000;
	font-weight:bold;
	padding:10px;
}
.submit:hover {
	background:#0CC;
	color:#036;
	font-weight:bold;
	padding:10px;
}*/
h6 {
	text-transform:uppercase;
	font-size:9px;
}
.legal {
	font-size:9px;
	color:#666666;
}
hr {
	border:#9C0 solid 2px;
	margin:5px 0px;
}
input, textarea {
    width: 100%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none ;
	border-bottom: dashed 1px ;
    border-bottom-color: #8CC640;
	font-size:20px;
	text-align:center;
	font-weight:normal;
}
input:hover, textarea:hover {
	background:#efefef;
}
.label {
	font-size:14px;
	font-weight:normal;
	padding:5px;
	color:#666;
}
.submit {
	padding:10px;
	background-color:#FFF;
	color:#093;
	border:1px #ccc solid;
	font-size:18px;
	font-weight:normal;
	border-radius:10px;
	width:50%;
	box-shadow:#efefef 0px 0px 5px;
}
.submit:hover{
	background:#9C0;
	color:#FFF;
	box-shadow:#ccc 0px 0px 5px;
}
a {/*
	font-size: 12px;*/
	color: #6C3;
}
a:link {
	text-decoration: none;
	color: #6C3;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#9C0;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight:normal;
}