body {
	background-color: #f8f8ff;
	margin: 0px;
}

p, .normal {
	font-family: Arial;
	font-size: 11pt;
	color: #333333;
}

.sayfaBasligi {
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #005aba;
}

.baslik {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}

.mini {
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
}

.mini2 {
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
}

.kucuk {
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
}

.hata {
	width: 90%;
	border: 1px dotted red;
}

.hataBaslik {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.hataAciklama {
	font-family: Arial;
	font-size: 10pt;
}

div.menuContainer {
}

div.menu {
	width: 100%;
	margin-bottom: 2px;
}

a.menu {
	width: 100%;
	padding: 4px;
	padding-left: 20px;
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	color: #f0f0ff;
	background-color: #0099dc;
	text-align: left;
	background-image: url(menua.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

a.menu:hover {
	background-image: url(menub.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #ffffff;
}

.haberBasligi {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #0058b9;
}

.haberIcerigi {
	font-family: Arial;
	font-size: 11pt;
	color: #333333;
}

.haberKategorisi {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #d41912;
}


div.faYil {
	margin-top: 16px;
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}
div.faAy {
	margin-left: 8px;
	margin-top: 8px;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}
div.faGun {
	margin-left: 8px;
	margin-top: 8px;
	font-family: arial;
	font-size: 10pt;
	color: #333333;
}
span.faGun {
	width: 70px;
	font-family: arial;
	font-size: 10pt;
	color: #333333;
}
span.faKategori {
	width: 180px;
	margin-left:12px;
	font-family: arial;
	font-size: 10pt;
	color: #333333;
}
a.faAciklama {
	font-family: arial;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	padding: 2px;
}
a.faAciklama:hover {
	border-bottom: 1px solid #666666;
}

a.ohLink {
	font-family: arial;
	font-size: 8pt;
	color: #d41912;
	text-decoration: none;
}
a.ohLink:hover {
	text-decoration: underline;
}

.resim {
	margin-right: 2px;
	margin-top: 2px;
	background-color: #0099dc;
	color: white;
	text-decoration: none;
	padding: 4px;
}

.resim:hover {
	background-color: #005aba;
}

.aktifResim {
	margin-right: 2px;
	margin-top: 2px;
	background-color: #005aba;
	color: white;
	text-decoration: none;
	padding: 4px;
}