@charset "utf-8";
.content {
	width:100%;
}
.content h1{
  	font-size:58px;
	line-height:48px;
	font-family: eduardo;
	color:#00934B;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:0px;
}
.content h2{
  	font-size:29px;
	line-height:20px;
	font-family: eduardo;
	background-color:#FCE122;
	color:#2C2A29;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:0px;
	float:right;
}
.box {
	width:100%;
	margin:0px;
	display:inline-block;
	vertical-align: top;
}
.boxHeader {
	background-color:#00934B;
	color:#FFFFFF;
	font-family: eduardo;
	font-size: 20pt;
	line-height:18px;
	padding:5px 5px 5px 15px;
	text-transform:uppercase;
}
.text {
	font-family: Arial;
	font-size: 12pt;
	line-height:18px;
	padding:5px 5px 5px 0px;
}
.submit {
	width:100%;
	margin:0px;
	display:inline-block;
	vertical-align: top;
}
.submitHeader {
	background-color:#FCE122;
	color:#2C2A29;
	font-family: eduardo;
	font-size: 32pt;
	line-height:28px;
	padding:5px 5px 5px 15px;
	text-transform:uppercase;
}
