.artnav {
  text-align: right;
  margin-bottom: 5px;
  margin-top: 5px;
}

.artnav a.next, .artnav a.previous {
  text-transform: uppercase;
  padding: 2px 4px 2px 4px;
  border: 1px solid #004276;
  text-decoration: none;
  font-weight: bold;
  font-size: 80%;
}

.artnav a.next:hover, .artnav a.previous:hover {
  background-color: #A8CBFF;
}

.pageNumbers {
  text-align: center;
  margin: .5em .2em .5em 0em;
  padding: 0em 0em 0em 1em;
  display: inline;
  position: relative;
  text-vertical-align: center;
}

.pageNumbers li {
  font-weight: bold;
  display: inline;
  padding-right: .7em;
  margin-right: .7em;
  padding-left: 0em;
  margin-left: 0em;
  border-right: 1px solid #666;
  border-right: expression((this.parentNode.lastChild == this)? "none" : "1px solid #666" );
  padding-right: expression((this.parentNode.lastChild == this)? "0px" : ".7em" );
}

.pageNumbers li:last-child {
  border: none;
  padding-right: 0;
}

.totop {
	white-space: nowrap;
	text-align: right;
	margin-top: 5px;
    margin-bottom: 5px;
}
.topOfPage	{
	font-size: 80%;
	padding-left: 10px;
	padding-right: 4px;
    background: transparent url(images/arrow_up.gif) no-repeat left center;
}
.references {
	border-bottom: thin inset #000000;
	font-size: smaller;
	font-weight: bold;
}
.arttimestamp {
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  color: #808080;
  font-size: 87%;
  margin: 10px 0px 10px 0px;
}
.artpagenum {
  font-size: smaller;
  margin: 10px 0px 10px 0px;
}
.nextpage {
  text-align: center;
  font-size: small;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nextpage a {
  font-weight: bold;
}
