body {
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.haber {
	font-family: Lucida Sans Unicode;
	font-size: 10px;
	color: #333333;
}
td {
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	color: #505050;
}
.textbox {
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	color: #505050;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #F5F4EC;
	background-color: #FBFAF7;
	width:180px;
}
.link {
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.link:hover {
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	color: #505050;
	text-decoration: underline;
}
.footer {
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	color: #887877;
	text-decoration: none;
}
.footer:hover {
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	color: #887877;
	text-decoration: underline;
}