.h1 {
	font-size: 24px;
	padding-bottom:20px;
}

.bolder {
	font-weight:bold;
	font-size:15px;
	text-transform: uppercase;
}
.helpfullinks {
	margin-bottom: 15px;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;	
}
#outerbox {

	border: 1px solid #D5DD9D;


}

.stepsbox {
	border-bottom: 1px dotted #D5DD9D;
	padding:25px;
	background-color:white;
	text-align:justify;
}
.oddbox {background-color:#fdfdfd;}
.lastbox {border-bottom:none;}
