body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #000313;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #FEF100;
}
a:hover {
	color: #FEF100;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	padding-left: 15px;
}
h2 {
	font-size: 13px;
	color: #6DC4E2;
}
#content {
	padding-right: 15px;
	padding-left: 15px;
}
.tableCellPadding {
	padding-right: 15px;
	padding-left: 15px;
}
.footerBg {
	background: #000313 url(assets/footer-bg.jpg) no-repeat;
}
.contentBgTop {
	background: #00447B url(assets/content-bg-top.jpg) no-repeat;
	width: 843px;
	height: 52px;
}
.rightBgFade {
	background: #000313 url(assets/right-bg-fade.jpg) no-repeat;
	width: 46px;
}
.leftBgFade {
	background: #000313 url(assets/left-bg-fade.jpg) no-repeat;
	width: 46px;
}
.contentBg {
	background: url(assets/content-bg.jpg) repeat-y;
	width: 843px;
}
.footerLink a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footerLink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.imagePositionedLeft {
	float: left;
	padding-right: 15px;
}
.feature {
	font-size: 13px;
	font-weight: bold;
}
.paymentBox {
	background: #FFFFFF;
	color: #00447B;
}
fieldset {
	border-width: 0px;
	border-style: none;
}

