a.thumbnail,
a.thumbnail:visited {
	border: 2px solid #fff;
	display: block;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 1px;
}
a.thumbnail.on,
a.thumbnail.on:visited,
a.thumbnail:hover {
	border-color: #61910D;
}
a.thumbnail img,
a.thumbnail:visited img {
/*
	height: 91px;
	width: 91px;
*/
	filter: alpha(opacity=48);
	-moz-opacity: 0.48;
	opacity: 0.48;
}
a.thumbnail.on img,
a.thumbnail.on:visited img,
a.thumbnail:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
fieldset {
	border: 1px solid #756F5E;
	padding: 5px;
}
legend {
	color: #3D3D3D;
	font-weight: bold;
}
input.inline {
	vertical-align: middle;
}
.copy {
  width: 579px;
  padding: 15px 13px 10px 13px;
}
.notify {
	background-color: #fff;
	border: 2px solid #61910D;
	color: #61910D;
	margin-bottom: 20px;
	padding: 10px;
}
table {
	border-style: none;
	margin: 0px;
}
td, th {
	border-style: none;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}
thead th {
	font-size: 12px;
}
tbody th {
	border-bottom: 1px solid #DFD7B4;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
}
tbody td.subHead {
	font-weight: bold;
	padding-top: 10px;
}
tr.highlight td {
	background-color: #dfd7b4;
}
