.Baslik {
	font-family:"Tahoma";
	font-size: 16px;
	font-weight: bold;
}

.Normal {
	font-family:"Tahoma";
	font-size: 13px;
}

.NormalBold {
	font-family:"Tahoma";
	font-size: 13px;
	font-weight: bold;
}

.Kucuk {
	font-family:"Tahoma";
	font-size: 11px;
}
.KucukBold {
	font-family:"Tahoma";
	font-size: 11px;
	font-weight: bold;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {text-decoration: none; color: #9A3932}
a:visited {text-decoration: none; color:#9A3932}
a:active {text-decoration: none; color:#9A3932}
a:hover {text-decoration: underline; color:#9A3932}