﻿div.tab-region {
	border-bottom : 1px solid #009E58;
	position : relative;
	margin : 0 0 20px 0;
	width : 678px;
}
div.tab-panel {
	border-left : 1px solid #009E58;
	border-right : 1px solid #009E58;
	width : 676px;
}

div.main table {
	width : 676px;
	border : 1px solid #009E58;
	margin : 0 0 20px 0;
}
div.main table td {
	padding : 7px;
	/*font-size : 75%;*/
	/*border-bottom : 1px solid White;*/
}
div.main table td.date {
	width : 80px;
	/*border-right : 1px solid White;*/
	text-align : center;
}
div.main table td.item {}
div.main table td a:link,
div.main table td a:visited {
	font-weight : normal;
	color : #5F5F5F;
}
div.main table td a:hover,
div.main table td a:active {
	font-weight : normal;
	color : #009E58;
}
