BODY { 
  background: url("../images/page_bg.jpg)";
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.boldheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #F23E87;
	text-decoration: none;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	
}
	
.orangetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2694AF;
	text-decoration: none;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}


a:hover {
	text-decoration: underline;
	color: #F44A7B;
.orangetextCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2694AF;
	text-decoration: none;
}

