/*@import url('https://fonts.googleapis.com/css?family=Arvo:400|Open+Sans:400,700,300');*/

/*Updated font color for improved contrast 1/2/25, MI, turned off updates in theme.css
body {
	margin:0;
	padding:0;
	font:14px/22px 'Open Sans', sans-serif;
	color: #434343;
	background-image: url(../img/body.png);
	-webkit-backface-visibility:hidden;
	overflow-x:hidden;
}


.item_description {
    position:relative;
    padding:8px 15px 10px;
    border-bottom:1px solid #ccc;
    background-color:#f5f5f5;
    font-size:12px;
    color: #434343;
}

.item_description a {font-size:13px;color: #434343;font-weight: 500;}
.item_description a:hover { color:#444; }
.item_description:hover{ border-bottom-color:#aaa; }

/*Updated table formatting 1/7/25, MI*/
table {width: 100%; border: none;}
td[colspan] {background-color: #F5F5F5;}
tr {
	border-top: 1px solid #d0d0d0;
	border-left: none;
	border-right: none;
	}*/