@charset "utf-8";
/* CSS Document */

/* Haber Başlık */
.haber_baslik {
	font-family: Arial;
	font-size: 14px;
	font-weight: 100;
	color: #333333;
	text-decoration:none;
}

.haber_baslik a:link {
	font-family: Arial;
	font-size: 14px;
	font-weight: 100;
	color: #333333;
	text-decoration:none;
}

.haber_baslik a:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: 100;
	color: #333333;
	text-decoration:none;
}

.haber_baslik a:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: 100;
	color: #000000;
	text-decoration:none;
}

.haber_baslik a:active {
	font-family: Arial;
	font-size: 14px;
	font-weight: 100;
	color: #333333;
	text-decoration:none;
}

/* Haber Başlık 10px */
.haber_baslik_10px {
	font-family: Arial;
	font-size: 10px;
	font-weight: 100;
	color: #333333;
	text-decoration:none;
}

.haber_baslik_10px a:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: 100;
	color: #333333;
	text-decoration:none;
}

.haber_baslik_10px a:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: 100;
	color: #333333;
	text-decoration:none;
}

.haber_baslik_10px a:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: 100;
	color: #000000;
	text-decoration:none;
}

.haber_baslik_10px a:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: 100;
	color: #333333;
	text-decoration:none;
}

/* Haber Ana Başlık */
.haber_anabaslik {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

.haber_anabaslik a:link {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

.haber_anabaslik a:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

.haber_anabaslik a:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

.haber_anabaslik a:active {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}
