body {
	height: 100%;
	background-image: url(../img/bg/step_bg_220h.jpg);
	background-repeat: repeat-x;
	background-position: center -50px;
	background-color: #459CD2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #002942;
} 

.closeButton {
	display: block;
	height: 20px;
	width: 20px;
	
	float: right;
	clear: both;
	
	
	margin-top: -8px;
	margin-right: -8px;
	
	margin-left: 100%;
	
	


}

.closeButton a {
	display: block;
	padding:5px;
	color: white;
	background-image: url(../img/close_20px.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}


/* typography */


.heading {
	font-size: 18px;
	color: #FFF;	
	font-weight: bold;
	
	/*margin-top: 12px;*/
}
.subhead {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	
	}



.jumplink {
	color: #002942;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	padding-top: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
}


a:link {
		color: #002942;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
	
