#PledgeCardWrapper {
	margin: 0px;
	width: 640px;
	overflow: visible;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	clear: none;
	/*padding: 0 0 0 30px;*/
	background-image: none;
}
.FormFooter {
	font-size: 20px;
	font-weight: lighter;
	color: #0277C7;
	text-align: center;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 640px;
	clear: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-style: normal;
	line-height: 24px;
	font-variant: normal;
	letter-spacing: 0.1em;
}

#TopSpacerDiv {
	height: 140px;
}

body {
	background-color: #FFFFFF;
}
a:link {
	color: #005500;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00CC66;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	text-decoration: underline;
	color: #0079C2;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000077;
}
.LeftColumn {
	width: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.MiddleColumn {
	width: 492px;
	position: relative;
	float: left;
	color: #0079C2;
}
.RightColumn {
	width: 90px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	color: #0079C2;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.MiddleColumnLastRow {
	width: 470px;
	text-align: right;
	position: relative;
	float: left;
}
.RightColumnLastRow {
	width: 100px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
}
.Row {
	margin: 0px 0px 10px;
	width: 612px;
	clear: both;
	position: relative;
	vertical-align: middle;
	visibility: visible;
	overflow: visible;
}
.TotalGallonsInput {
	text-align: right;
	font-weight: bold;
	width: 100px;
}
