
div.image_div {
	display: none;
	height: 1px;
}

div.summaries_div {
	display: none;
	height: 1px;
}

div.dates_div {
	display: none;
	height: 1px;
}

.date {
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #CC0000;
}

.summary {
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
}

table.image_table {
	table-layout: fixed;
	width: 280px;
		min-width: 280px;
		max-width: 280px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	
}

table.date_table {
	table-layout: fixed;
	width: 280px;
		min-width: 280px;
		max-width: 280px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

table.summary_table {
	table-layout: fixed;
	width: 280px;
		min-width: 280px;
		max-width: 280px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

td.image_table_image {
	table-layout: fixed;
	vertical-align: middle;
	text-align: center;
	width: 130px;
		min-width: 130px;
		max-width: 130px;
	height: 104px;
		min-height: 104px;
		max-height: 104px;
	border: 0px;
		border-right: 1px solid #FFFFFF;
	background: #FFFFFF;
}

td.image_table_headline {
	table-layout: fixed;
	width: 150px;
		min-width: 150px;
		max-width: 150px;
	height: 34px;
		min-height: 34px;
		max-height: 34px;
	color: #000000;
		font-family: Verdana;
		font-weight: normal;
		font-size: 8pt;
	vertical-align: middle;
	text-align: left;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	border: 0px;
		border-bottom: 1px solid #E6E5E5;
	background: #FFFFFF;
}

td.date_text {
	table-layout: fixed;
	color: #CC0000;
		font-family: Verdana;
		font-weight: normal;
		font-size: 8pt;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #FFFFFF;
}

td.summary_text {
	table-layout: fixed;
	height: 62px;
		min-height: 62px;
		max-height: 62px;
	color: #000000;
		font-family: Verdana;
		font-weight: normal;
		font-size: 8pt;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #FFFFFF;
}