#updates a {
    background-image: url(updatebutton.jpg);
    background-position: 0px 0px;
	background-repeat:no-repeat;
    color: #211604;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 7px;
    width: 132px;
    height: 27px;
    text-decoration: none;
	text-align:center;
}
#updates a:hover {
    background-position: -132px 0px;
}
table { 
 	border-collapse:collapse;
} 
.updatecell {
	background-color:#B1B16A;
	color: #271C0;
	font-weight:bold;
	height:28px;
	padding-left:7px;
	font-size:11px;
	border-top:1px solid #5C4C19;
 	border-bottom:1px solid #5C4C19;
	width:20%;
}
.updatedetailscell {
	background-color:#B1B16A;
	color: #271C0;
	font-weight:bold;
	height:28px;
	padding-left:7px;
	font-size:11px;
	border-top:1px solid #5C4C19;
 	border-bottom:1px solid #5C4C19;
}
.detailscell {
	background-color:#D8D8B5;
	color: #8B7528;
	font-weight:bold;
	height:28px;
	padding:5px;
	font-size:11px;
	border-top:1px solid #5C4C19;
 	border-bottom:1px solid #5C4C19;
}
.highlight {
	color: #5C4C19;
	font-weight: bold;
}


