.bgImage {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FEF6E3;
}
.blueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #273C82;
	font-weight: normal;

}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.lightBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00B2EB;
	text-decoration:none;
}

a.lightBlue:hover {
	text-decoration:underline;
}
