body	{
		margin:0px;
		padding:0px;
		background:url(/images/bg.jpg) no-repeat top left fixed;
		}
td		{
		font-family:arial;
		font-size:12px;
		}
a		{
		font-weight:bold;
		text-decoration:underline;
		color:#000000;
		}
a:hover	{
		text-decoration:none;
		}
ol 		{
		list-style:none;
		margin:0px;
		padding:0px;
		}
ol li	{
		font-weight:bold;
		height:18px
		}
form 	{
		margin:0px;
		padding:0px;
		size:auto;
		font-family:tahoma;
		font-size:11px;
		}
form td	{
		font-family:tahoma;
		font-size:11px;
		}
input	{
		border-style:none;
		height:18px;
		font-family:tahoma;
		font-size:11px;
		color:#01528F
		}
ul		{
		list-style:none;
		margin:0px;
		padding:0px;
		}
ul li 	{
		padding:0 0 0 18px;
		height:24px;
		background:url(images/checkbox.gif) top left no-repeat
		}
		
#container{
		width:750px;
		margin:0 10%;
		}
#logo 	{
		width:196px;
		height:191px;
		background:url(images/logo.gif) no-repeat left top;
		float:left;
		}
#google_tepe {
		width:469px;
		height:60;
		margin:25px 0 10px 0;
		border: 5px #999999 solid;
		float:right;
		}
#tepe_menu {
		width:469px;
		margin-top:26px;
		float:right;
		}	
#tepe_menu ul li 	{
		padding:0;
		background:none;
		}			
		
#tepe_bilgi {
		width:469px;
		height:40px;
		margin-top:10px;
		color:#000000;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		float:right;
		}
#tepe_bilgi img {
		vertical-align:middle;
		border:none;
		}		
		
.tt 	{
		font-family:tahoma;
		font-size:11px;
		}
.tt a	{
		font-weight:normal;
		}
.top a	{
		font-size:12px;
		color:#727272;
		text-decoration:none
		}
.top a:hover{
		color:#333366;
		text-decoration:underline
		}
.menu 	{
		text-decoration: none;
		font-weight:bold;
		}
.menu a	{
		font-size:14px;
		margin-left:80px;
        font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		font-weight:bold;
		}
.menu a:hover	{
		text-decoration:underline;
		}		
		
.bot 	{
		font-family:tahoma;
		font-size:11px;
		font-weight:bold
			text-decoration: none;

		}
.bot a	{
		text-decoration:none;
		}

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
float:right
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font-size:11px;
font-weight:normal;
font-family:Geneva, Arial, Helvetica, sans-serif;
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color:#999999; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroright.gif') no-repeat top right;
display: block;
padding: 0 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color:#FF6600;
}
}
