#section .box {
	width: 710px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	float: left;
	border-bottom: 0px dotted red;
}
	#section .box SPAN {
		padding: 0px 0px 3px 0px;
		font-size: 11px;
		font-style: italic;
		text-align: right;
		display: block;
		border-bottom: 1px dotted #BAC0D0;
	}
	#section .box H3 {
		padding: 0px;
		margin: 5px 0px 0px 0px;
		font-size: 14px;
		color: #A4ABC1;
		border: 0;
	}
	#section .box H2 {
		padding: 0px;
		margin: 0px;
		font-size: 16px;
	}
		#section .box H2 A:link,
		#section .box H2 A:visited {
			color: #1B2E65;
			text-decoration: none;
		}
		#section .box H2 A:hover {
			color: #ED2E38;
			text-decoration: underline;
		}
	#section .box P {
		padding: 10px 0px 10px 0px;
		margin: 0px;
		font-size: 12px;
	}

	#section SPAN.date {
		padding: 0px;
		margin: 20px 0px 0px 0px;
		display: block;
	}

