#details_header, #details_header h2 {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	height: 12px;
}

.paneltext {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
#control_links {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#control_links:hover {
  cursor: pointer;
}

#nav_buttons {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#nav_buttons a, #nav_buttons a:visited, #nav_buttons a:active {
  color: #000000;
  text-decoration: none;
}

#nav_buttons a:hover {
  color: #000000;
  text-decoration: none;
  background: #DF8439;
}


#nav_buttons:hover {
  cursor: pointer;
  color: #000000;
}

#jumplinks {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.pagelinks {
	font-family: Arial;
	font-size: 12px;
}

#jumplinks a {
  text-decoration: none;
}

#jumplinks a:hover {
  text-decoration: underline;
  background-color: yellow;
}

.paneltext a:hover {
  text-decoration: underline;
  background-color: yellow;
}

#details_title {
  font-family: Arial;
}

#crumbs {
	font-family: Arial;
    font-size: 11px;
    line-height: 12px;
}

#crumbs a {
  text-decoration: none;
}

#crumbs a:hover {
    text-decoration: underline;
    background-color: Yellow;
}

.rates {
  font-family: Arial;
  font-size: 12px;
  line-height: 14px;
}



