body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkgd2.gif);
	background-repeat: repeat-y;
}
.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.bodyCopy a {
	color: #4D217B;
	text-decoration: underline;
}
.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
.menu .options {
	background-color:#f9be5b;
}
.menu a {
	color:#522A79;
	display:block;
	padding:5px 10px;
	text-decoration:none;
	background-color:transparent;
}
.menu a:hover {
	background-color:#FBA321;
}
td div {
  /* this makes TDs a container with their own coordinate system.
	 absolutely-positioned elements will be offset relative to them */
  position:relative;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4D217B;
	text-decoration: none;
}
.bullet LI {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

