@charset "utf-8";
body {
	background-color: #666666;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	color: #CC0000;
}
.news {
	font-size: 11px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #aa0000;
	text-decoration: none;
}

/*TND Modifications*/
#mainnews {
	width:455px;
}
#mainnews .item {
	width:440px;
	text-align:left;
	
	}
#mainnews h3 {
	font-size:14px;
	color:#000;
	}
#mainnews a {
	color:#CC3333;
	}
#google {
	width:300px;
	height:30px;
	float:inherit;
	padding-top:30px;
	position:relative;
	left:100px;
	}