@charset "UTF-8";
/* CSS Document */

.whiteText {
color:#FFF;		
}
.leadText {
		color:#000;
		font-size:110%;
}
.imgLeftWithBorder{
	float: left;
	border: 2px solid #00458c;
	margin-right: 20px;
	margin-bottom: 5px;
}
.imgRightWithBorder{
	float: right;
	border: 2px solid #00458c;
	margin-left: 20px;
	margin-bottom: 5px;
}
.imgLeftWithNoBorder{
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.imgRightWithNoBorder{
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}
.imageHeader {
		padding-top:20px;
}