.dry-half-column {
	width: 470px;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

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

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

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

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

.dryden p {
	padding-left: 0;
}

hr {
	width: 1px;
	color: #999;
	width: 960px;
	margin-left: 10px;
	margin-bottom: 10px; 
}

.source {
	color: #999;
	font-size: 11px;
}