body {
	margin		  : 0px;
	background-color  : #ffffff;
	background-image  : url("../images/bg.jpg");
}
table {
	font-family	  : tahoma;
	font-size	  : 11px;
}
.news {
	font-family	  : tahoma;
	font-size	  : 10px;
	color		  : #666666;
}
.search {
  	border            : 1px solid #666;
  	color             : #999;
  	margin            : 2px;
	
}
.small {
	font-family	  : tahoma;
	font-size	  : 10px;
	color		  : #666666;
	padding-left	  : 3px;
	padding-right	  : 3px;
	padding-top	  : 3px;
	padding-bottom	  : 3px;
}
.newsfont {
	font-family	  : tahoma;
	font-size	  : 12px;
}
a:link, a:active, a:visited {
	text-decoration	  : none;
	color		  : #666666;
}
a:hover {
	text-decoration	  : none;
	color		  : #e60000;
}