@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	font-family: Impact;
	font-size: 4em;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	margin: 0px;
}
.red {
	color: #CD0012;
}
.footer {
	color: #999999;
}
.footer a {
	text-decoration: none;
	color: #666666;
}
.footer a:hover {
	color: #333333;
}
.emailbg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 22px;
	padding-right: 22px;
}
.emailbg h2 {
	font-family: Impact;
	font-weight: normal;
	font-size: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.emailbg h3 {
	font-size: 1.5em;
	margin: 0px;
}

.submit {
  cursor:pointer;
 
}