	
	table.news {
		background: #EEEEDE;
		width: 100%;
		margin: 5px;
	}

	table.news th {
		text-align: left;
		background: #FFF1B3;
		padding: 2px;
		border-bottom: 5px solid white;
	}

	table.news td.title {
		padding-right: 20px;
	}

	table.news td.date {
		font-weight: bold;
		width: 80px;
		padding-left: 25px;
	}

	table.news a {
		text-decoration: None;
		font-size: 9pt;
		color: black;
	}


