table.news {
	font-family: "Microsoft Sans Serif", Arial;
	font-size: 11px;
	color: #3F3F3F;
}

table.news .title {
	font-size: 14px;
	font-weight: bold;	
	height: 30px;
}

table.news .date {
	text-transform: lowercase;
}

table.news a {
	text-decoration: none;
}

table.news a:hover {
	text-decoration: underline;
}

table.news td.date div {
	height: 20px;
	width: 80px;
	background-image: url(/images/button/arrow-right_ffffff.gif);
	background-position: right;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: left;
	padding: 5px 0px 0px 5px;
	float: left;
}

table.news div {
	padding: 10px 0px 10px 0px;
}

