body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(imgs/bgnd.jpg);
	background-repeat: repeat-x;
}
.bodytxt {
	font-size:13px;
	line-height: 18px;
	color: #999;
	padding: 20px 20px 20px 0;
}
.list {
	font-size:13px;
	line-height: 18px;
	color: #999;
	margin: -20px 0;
	padding: -20px 20px -20px 10px;
	text-indent: -10px;
}
.title {
	font-size:36px;
	font-weight: bold;
	color: #98A942;
}
.heading {
	font-size:24px;
	line-height: 26px;
	font-weight: bold;
	color: #98A942;
}
.subhead  {
	background: url(imgs/applesml.gif) no-repeat;
	padding: 0 0 13px 23px;
	font-size:16px;
	line-height: 25px;
	font-weight: bold;
	color: #98A942;
}
a.pageLnk:link {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
a.pageLnk:visited {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
a.pageLnk:hover {
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}
a.pageLnkBlk:link {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a.pageLnkBlk:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a.pageLnkBlk:hover {
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}
a.footLnk:link {
	color: #999;
	text-decoration:none;
	font-weight: bold;
}
a.footLnk:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
a.footLnk:hover {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

.footer {
	font-size:10px;
	line-height: 12px;
	color: #999;
	width: 780px;
	padding: 20px 0 0 0;
	border-top:#999 solid 1px;
	margin: 0 auto;
	}