/* body {
font-family:Arial, Helvetica, sans-serif;
} */

.hrstyle {
	color: #C4A32F;
	background-color: #C4A32F;
	height: 3px;
    clear:both;
}

#overview a {
  color: #355b32;
  text-decoration: underline;
  font-size: 0.9em;
  font-weight: bold;
/*  margin: 20px 10px 20px 0; 
  clear:both; */
  text-align: left; 
}
#overview a:hover {
  color: #7d5d20;
  text-decoration: underline;
}

#infoin table {
	margin: 10px 16px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#infoin table th{
	background-color: #C7E2A5;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

#infoin table td{
	text-align: center;
}

#infoin table tr.darkband {
	background-color: #C7E2A5;
}

#infoin table td.model {
	font-weight: bold;
	text-align: left;
}

#overview {
	margin: 0 20px;
}

#overview img {
	float: right;
	border: 2px solid #C4A32F;
	margin: 0 0 10px 20px;
}

p.model_links {
	text-align: center;
	font-weight: bold;
}

p.model_links a {
  color: #40552E;
  text-decoration: underline;
}
p.model_links a:hover {
  color: #C4A32F;
  text-decoration: underline;
}