/* BUSÝNEWS */
html {
	height:100%;
	width:100%;
}

body {
	font-family:Trebuchet MS, Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:center;
 
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	
	height:100%;
	width:100%;
	
	background-image:url(../images/bg.gif);
	background-position:top left;
	background-repeat:repeat;
}

/* LINK */
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.Baslik1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

.Baslik2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.Baslik3 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
} 


.TextBox{
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border:1px solid #CCCCCC;
}

.Button{
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border:1px solid #CCCCCC;
}


.AramaButon{
	height:20px;
	width:40px;
	font-family:Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border:1px solid #000202;
	color:#FFFFFF;
	background-color:#136883;
	/*background-color:#004b63; */
	
}



