body {
	margin:6px;
	padding:0px;
	font-family:Arial;
}

.element {
	font-size:1px;
}

a {
	color:#808080;
}

.stepBox {
	background-color:#FFFFFF;
	background-image:url('/images/main/stepBox.jpg');
	background-position:bottom left;
	padding-top:5px;
}

.stepHeader {
	color:#526E8E;
	font-weight:bold;
	font-size:10pt;
	padding-right:8px;
}

.stepBody {
	font-size:11px;
	color:#555555;
	padding-top:4px;
}

.stepBody p {
	margin-bottom:20px;
}

.stepHeadSpacer {
	font-size:1px;
	background-color:#808080;
	background-image:url('/images/main/greenFade.jpg');
	background-position:0px 9px;
	background-repeat:repeat-x;
}

.stepBoxSpacer {
	font-size:1px;
	background-image:url('/images/main/bottomBoxBack.jpg');
	background-repeat:repeat-x;
}

.stepBoxBottom {
	font-size:1px;
	background-image:url('/images/main/bottomBoxBack.jpg');
	background-position:bottom left;
	background-repeat:repeat-x;
}

.formHead {
	padding-top:8px;
	border-bottom:1px solid #808080;
	font-weight:bold;
	margin-top:12px;
}

.formHead input {
	font-size:9pt;
}

.backBtn {
	background-image:url('/images/main/backBtn.gif');
	width:52px;
	height:20px;
	border:none;
}

.nextBtn {
	background-image:url('/images/main/nextBtn.gif');
	width:52px;
	height:20px;
	border:none;
}

.error {
	font-weight:bold;
	color:red;
	font-size:8pt;
}

.homeLink {
	color:#404040;
	text-decoration:none;
	font-weight:bold;
	font-size:9pt;
}

.blogDate {
	color:#404040;
	font-size:8pt;
}

.blogLink {
	font-size:8pt;
	color:#4F6E8A;
}

.subLink {
	font-size:7pt;
	color:#4F6E8A;
}