BODY{
	font-family: arial;
	margin: 0;
}
.butonlar_div {
	font-size: 10px;
	font-weight: bold;
	color: #8c8c8c;
	background-color: #eeeeee;
	padding-left: 24px;
	border: 1px solid #e5e4e4;
	padding-bottom:6px;
	padding-top: 6px;
}
.butonlar_td a:link{
	text-decoration: none;
	color: #8c8c8c;
}
.butonlar_td a:visited{
	text-decoration: none;
	color: #8c8c8c;
}
.butonlar_td a:hover{
	background-color: #cbde93;
	color: #8c8c8c;
}
.butonlar_td{
	height: 30px;
	padding-left: 12px;
	vertical-align: top;
}
.tablo_ayrac{
	padding-right: 2px;
}
.icerik{
	border-left: 1px solid #e5e4e4;
}
.icerik_baslik{
	font-size: 10px;
	font-weight: bolder;
	width: 100%;
	border: 1px solid #e5e4e4;
	padding-left:20px;
   padding-bottom:6px;
	padding-top: 6px;
	background-color: #eee2cc;
	color: #8c8c8c;
}
.altbar{
	background-color: #cbde93;
	height: 21px;
	font-family: arial;
	font-size:10px;
	text-align: center;
}
.icerik_metin{
	padding: 5px;
	font-size: 11px;
}
#tablo1 td{
	border: 1px solid #e5e4e4;
	padding-left: 5px;
}