@charset "UTF-8";
.backgrnd {
	background-color: #e6f7fe;
	background-image: url(images/home_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
}
.bodycopybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #000000;
}
.backgrndpages {
	background-color: #e6f7fe;
	background-image: url(images/background_faded.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		
}
a:link {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
} 

a:visited {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:active {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}