#content table {
	margin: 40px 0 0 0;
}

	#content table h2 {
		font-family: Georgia, "Helvetica", "Times new Roman", serif;
		margin: 0 0 10px 0;
		padding: 0px;
	}

	#content table h3 {
		margin: 0 0 10px 0;
		padding: 0px;
		font-size: 80%;
	}

	#content table p {
		font-family: Arial, helvetica, sans-serif;
	}

	#content table td.first {
		border-top: 2px dotted #ccc;
		padding: 10px 20px 0 0;
		width: 334px;
	}

	#content table td.first p {
		display: block;
		padding: 0px;
		margin: 0px;
	}

	#content table th {
		vertical-align: top;
		padding-bottom: 20px;
	}

	#content table td {
		width: 620px;
		vertical-align: top;
	}

		#content table th a {
			color: #9CA19F;
			font-size: 80%;
			font-weight: normal;
		}

			#content table th a:hover {
				color: #38393B;
				text-decoration: none;
			}

	#content table img.news {
		width:300px;
		height:235px;
		border: 1px solid #ccc;
	}
