@charset "utf-8";
body {
	background-color: #515151;
}
.baslik {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #515151;
}
.altbaslik {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #515151;
}
.yazi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #515151;
}
.yazi11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #515151;
}
.beyazyazi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}.inboks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #949391;
}

