.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.topnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.box-hyp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

.footer a {
  text-decoration: none;
  color: #666666;
}

.footer a:hover {
  text-decoration: underline;
  color: #000000;
}

ul
{
  list-style-image: url(/images/bullet.gif);
  list-style-type: circle;
  margin-top: 10px;
  margin-left: 20px;
  padding: 0px;
}

li {
  margin-bottom: 5px;
}

a {
  color: #ab812f;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #8f6625;
  text-decoration: underline;
}

.stoneyButton {
  background: url(/images/button-back.jpg) bottom;
  border: outset 2px #bf8e32;
  color: #ffffff;
  font-weight: bold;
}