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

#logo {
	padding-bottom: 20px;
	
	
}

#mission {
	padding-bottom: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 150%;
}

#text {
	padding-bottom: 20px;
	text-align: center;
	
}

#form {
	padding-bottom: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 250%;
	
}


#input {
	font-size: 16px;
	color: #fff;
	background-color:#7a7a7a;
	border:none;
	text-align: center;
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #7a7a7a;
}
body {
	background-color: #FFF;
	line-height: 120%;
	margin-top: 150px;
}
a:link {
	color: #7a7a7a;
}
a:visited {
	color: #7a7a7a;
}
a:hover {
	color: #333333;
}
a:active {
	color: #7a7a7a;
}

