.agate{
	width: 275px;
	padding: 8px;
	margin: 5px;
	border: 1px dotted gray;
	float: left;
	font-size: 11px;
}

.agate h2{
	text-align: center;	
}

.agate img,
.agate h3 {
	text-align: center;
	font-size: 16px;
	color: olive;
	margin: 5px auto;
	display: block;
	line-height: 1.1em;
}

.agate table{
	font-family: arial, helvetica;
	font-size: 11px;
	line-height: 1.1em;
	width: 90%;
	margin: 0 auto 8px;
	border-collapse: collapse;
}


.agate tr * {
	text-align: center;
}

.agate tr:hover td {
	background: #b0d3fc;
}

.agate td:first-child,
.agate th:first-child {
	text-align: left;
	width: 8em;
}

.agate tr * + * + * + * {
	text-align: right;
	width: 3em;
}

.agate caption, 
.agate h4 {
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: teal;
	text-decoration: none;
}

.agate h4 {
	margin-top: 1em;
}

#content .agate li {
	margin-left: 1em;
	margin-bottom: 5px;
}

.agate-note1{
	background-color: yellow;
}

.agate-note2{
	background-color: green;
}

.agate-note3{
	background-color: gray;
}
