/* NEWS CSS */
.news table td{
	padding-bottom:1em;
	padding-top:1em;
	border-bottom:1px dashed #666666;
}
.news table{
	position:relative;
	top:-1em;
	left:1em;
	width:auto;
}
html>body .news table{ left:0; }
.news h2{
	margin-top:0;
	margin-bottom:0.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
}
.news a{
	text-decoration:none;
	color:#333333;
}
.news a:hover{
	text-decoration:underline;
}
.news .topimg{
	border:0;
}
.news .thumb{
	float:left;
	margin:0 0.5em 0.5em 0;
	border:0;
}
