/* GÖVDE Stilleri */
html, body  {
	margin:0px;
	background-color: #FFFFFF;
}
body, td, th {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #666;
	border-color:#CCCCCC;
}
input {
	font-family: tahoma, sans-serif;
	border: 1px solid #ababab;
	}
textarea {
    font-family: tahoma, sans-serif;
	font-size: 14px;
	border: 1px solid #ababab;
	padding: 5px;
		}



/* YAZI Stilleri */
.text_yeni {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	font-size: 10px;
}
.text_head_12 {
	font-size: 12px;
	font-weight: bold;
	text-indent: 5px;
}

.text_head_18 {
	font-size: 18px;
	font-weight: bold;
}
.text_head_24 {
	font-size: 24px;
	font-weight: bold;
}

.kod {
	font-size: 8px;
	font: Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:bold;
}



/* LINK stilleri */
a.pasif_link {
	color: #666;
	text-decoration:none;
	
}
a.pasif_link_kirmizi {
	color: #990000;
	text-decoration:none;
	
}
a.pasif_link:hover {
	color:#000000;
	text-decoration:none;
	filter: alpha (opacity =50);
}
a.pasif_link_kirmizi:hover {
	color:#999999;
	text-decoration:none;
	filter: alpha (opacity =50);
}



/* SAYFA stilleri */
.haber_head {
	font-size: 14px;
	font-weight:800;
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	}
/* BOX Stilleri */
.box_head {
	font-size: 12px;
	font-weight:800;
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	}

