body {
    margin-left: 0px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 10px;
    background-color: #D3D3D3;
}
.menu_baslik {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 11px;
    color: #505050;
}
.menu_altbaslik {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica;
    font-weight: normal;
    font-size: 11px;
    color: #505050;
}
.text_baslik {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}
.text_normal {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}
.text_buyuk 
{
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}
.text_kucuk {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica;
    font-weight: normal;
    font-size: 11px;
    color: #505050;
}
.text_agac {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
}
.link_agac {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 10px;
    color: #505050;
}
.text_companyinfo {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
}
.text_kategori {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: 14px;
    color: #505050;
}
a {
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
table {
    background-color: #FFFFFF;
}

.cell_With_border {
	border-top: solid 1px #999999; 
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
}
.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}
.transparentBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.1; /* Safari, Opera */
	-moz-opacity:0.1; /* FireFox */
	filter: alpha(opacity=10); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}
.highZ {
	z-index: 50;
	position:absolute;
	width:100%;
}
