@charset "utf-8";
.compact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: center;
	display: block;
	width: 290px;
	margin: 2px;
	padding: 5px;
	background-color: #ffffff;
}
.compact td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #444444;
	text-align: center;
	line-height: normal;
	border: solid 1px #808080;
}



.compact a {
	color: #333333;
	display: block;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
}
.compact a:hover {
	color: #790000;
	background-color: #D1D1D1;
	padding: 2px;
}
