.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodyboldgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #339966;
	font-size: 12px;
}
  :link { color: rgb(0, 0, 102) }  /* for unvisited links */
  :visited { color: rgb(204, 102, 0) } /* for visited links */
  a:active { color: rgb(0, 0, 102) } /* when link is clicked */
  a:hover { color: rgb(0, 0, 102) } /* when mouse is over link */
.bodyboldgold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
