@charset "utf-8";
/* CSS Document */

div.content_frame {
	float:left; width:740px;
	padding:10px;
	background:#fff url(../images/content_bg.jpg) top no-repeat;
}
h2.content_head {
	margin:0; padding:0 0 0 10px;
	font:bold 20px "Trebuchet MS"; color:#870000;
	border-bottom:1px solid #870000;
}

div.content {
	margin:10px; font:normal 11px verdana; line-height:16px;
}

table.hir {
	margin: 0 0 10px 0;
	width:100%;
}
table.hir td.hir_date {
	width:80px;
	font: bold 13px "Trebuchet Ms";
}
table.hir td.hir_title {
	font: bold 13px "Trebuchet Ms";
	border-bottom: 1px dotted #999;
}
table.hir td.hir_desc {
}