.dry-table {
	width:100%;
	font-family: Helvetica;
	background-color:#E1E1E1;
	text-align:left;
	font-size:12px; 
	border-spacing:1px;
	margin-bottom: 15px;
}

.dry-table th {
	background-color:#f1f1f1;
	border:1px solid #FFF;
	background-position:right center;
	background-repeat:no-repeat;
	font-weight: bold;
	color: #000;
}

.dry-table th,td {
	padding: 2px 5px;
}

.dry-table tr:hover {
	background-color: #f8f8f8;
}

.col-fixed {
	width: 15%;
}

p.dry-footnote {
	font-size: 11px;
	color: #999;
	margin: 0;
	padding-left: 10px;
}
p.dry-intro {
	margin-top: 15px;
}